Home
last modified time | relevance | path

Searched defs:rpc_name (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/autotest/server/site_tests/firmware_FAFTRPC/
H A Dfirmware_FAFTRPC.py112 def _log_success(self, rpc_name, params, success_message): argument
118 def _fail(self, rpc_name, params, error_msg): argument
/aosp_15_r20/system/security/keystore2/src/
H A Dremote_provisioning.rs130 let rpc_name = get_remotely_provisioned_component_name(security_level) in get_rkpd_attestation_key() localVariable
H A Dsecurity_level.rs947 let rpc_name = get_remotely_provisioned_component_name(&self.security_level) in upgrade_rkpd_keyblob_if_required_with() localVariable
1148 let rpc_name = get_remotely_provisioned_component_name(&security_level).unwrap(); in test_rkpd_attestation_key_upgrade() localVariable
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Drpc_client.py52 def __init__(self, message, code=-1, data=None, rpc_name=''): argument
/aosp_15_r20/external/autotest/frontend/afe/
H A Drpc_utils.py1067 def fanout_rpc(host_objs, rpc_name, include_hostnames=True, **kwargs): argument
/aosp_15_r20/external/flatbuffers/src/
H A Didl_parser.cpp2730 auto rpc_name = attribute_; in ParseService() local