Home
last modified time | relevance | path

Searched defs:cmdId (Results 1 - 25 of 47) sorted by relevance

12

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsocperf_client_impl.cpp29 void SocPerfClientImpl::PerfRequest(int32_t cmdId, const std::string& msg) in PerfRequest() argument
/foundation/arkui/ace_engine/frameworks/base/perf/
H A Dsocperf_client.h27 virtual void PerfRequest(int32_t cmdId, const std::string& msg) {}; in PerfRequest() argument
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dfwmark_command.h25 } cmdId; member
/base/security/device_auth/services/cred_manager/src/account_related/
H A Daccount_related_cred_plugin.c23 static int32_t ProcessAsyTokens(int32_t osAccountId, int32_t cmdId, CJson *in, CJson *out) in ProcessAsyTokens() argument
55 static int32_t ProcessSymTokens(int32_t osAccountId, int32_t cmdId, CJson *in, CJson *out) in ProcessSymTokens() argument
82 static int32_t ProcessAccountCredentials(int32_t osAccountId, int32_t cmdId, CJson *in, CJson *out) in ProcessAccountCredentials() argument
[all...]
/base/security/device_auth/services/frameworks/src/plugin_adapter_mock/
H A Daccount_auth_plugin_proxy_mock.c27 int32_t ExcuteCredMgrCmd(int32_t osAccountId, int32_t cmdId, const CJson *in, CJson *out) in ExcuteCredMgrCmd() argument
/base/startup/init/interfaces/innerkits/init_module_engine/include/
H A Dinit_cmdexecutor.h30 int cmdId; member
/base/startup/init/services/init/include/
H A Dinit_cmdexecutor.h30 int cmdId; member
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dwifi_idl_interface_test.cpp107 int32_t cmdId = 0; in HWTEST_F() local
H A Di_wifi_iface_test.cpp352 int32_t cmdId = LENTH; in HWTEST_F() local
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/
H A DClientHandlers.cpp71 ReturnWireCmd cmdId = *static_cast<const volatile ReturnWireCmd*>(static_cast<const volatile void*>( in HandleCommandsImpl() local
/base/security/device_auth/services/cred_manager/src/
H A Dcred_manager.c29 int32_t ProcCred(int32_t pluginName, int32_t osAccountId, int32_t cmdId, CJson *in, CJson *out) in ProcCred() argument
/base/security/device_auth/services/frameworks/src/plugin_adapter/ext_part/
H A Daccount_auth_plugin_proxy.c54 int32_t ExcuteCredMgrCmd(int32_t osAccountId, int32_t cmdId, const CJson *in, CJson *out) in ExcuteCredMgrCmd() argument
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dnnrt_device_driver.cpp29 static int32_t NnrtDeviceDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, in NnrtDeviceDriverDispatch() argument
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dnnrt_device_driver.cpp29 static int32_t NnrtDeviceDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, in NnrtDeviceDriverDispatch() argument
/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
H A Dhks_ipc_slice.c27 static bool IsSliceCmd(uint32_t cmdId) in IsSliceCmd() argument
55 static uint32_t GetDataSize(uint32_t cmdId, const struct HksBlob *inData, const struct HksBlob *outData, in GetDataSize() argument
75 static int32_t ProcessDataOnce(uint32_t cmdId, const struct HksBlob *key, const struct HksParamSet *paramSet, in ProcessDataOnce() argument
118 HksSliceDataEntry(uint32_t cmdId, const struct HksBlob *key, const struct HksParamSet *paramSet, struct HksBlob *inData, struct HksBlob *outData) HksSliceDataEntry() argument
[all...]
/device/qemu/riscv32_virt/liteos_m/board/hardware/adapter/
H A Dhdf_syscall_adapter.c24 int HdfSyscallAdapterDispatch (struct HdfObject *service, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in HdfSyscallAdapterDispatch() argument
/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/src/
H A Dsocperf_proxy.cpp22 void SocPerfProxy::PerfRequest(int32_t cmdId, const std::string& msg) in PerfRequest() argument
36 void SocPerfProxy::PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx() argument
H A Dsocperf_client.cpp107 void SocPerfClient::PerfRequest(int32_t cmdId, const std::string& msg) in PerfRequest() argument
117 void SocPerfClient::PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx() argument
/base/startup/init/services/modules/reboot/
H A Dreboot_static.c93 int cmdId = AddCmdExecutor(currInfo->cmd, executor); in SetParamCmdInfo() local
/base/startup/init/services/init/standard/
H A Dinit_cmdexecutor.c161 int cmdId = ((unsigned int)index & 0x0000ffff); in GetPluginCmdByIndex() local
/foundation/resourceschedule/soc_perf/services/server/src/
H A Dsocperf_server.cpp92 void SocPerfServer::PerfRequest(int32_t cmdId, const std::string& msg) in PerfRequest() argument
97 void SocPerfServer::PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx() argument
/foundation/resourceschedule/soc_perf/test/testutil/
H A Dsocperf_test.cpp35 char* cmdId = argv[2]; in PerfRequest() local
45 char* cmdId = argv[2]; in PerfRequestEx() local
/base/security/huks/frameworks/huks_standard/main/core/src/
H A Dhks_local_engine.c172 static int32_t CheckLocalCipherParams(uint32_t cmdId, const struct HksBlob *key, const struct HksParamSet *paramSet, in CheckLocalCipherParams() argument
194 static int32_t EncryptAndDecrypt(uint32_t cmdId, const struct HksBlob *key, const struct HksParamSet *paramSet, in EncryptAndDecrypt() argument
251 static int32_t CheckLocalSignVerifyParams(uint32_t cmdId, const struct HksBlob *key, const struct HksParamSet *paramSet, in CheckLocalSignVerifyParams() argument
[all...]
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_core_service_key_operate_one_stage.c152 static int32_t SignVerify(uint32_t cmdId, const struct HksBlob *key, const struct HksParamSet *paramSet, in SignVerify() argument
217 static int32_t Cipher(uint32_t cmdId, const struct HksBlob *key, const struct HksParamSet *paramSet, in Cipher() argument
[all...]
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_method.h99 inline void SetCmdId(size_t cmdId) in SetCmdId() argument

Completed in 9 milliseconds

12