/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/message/ |
H A D | sidecar.c | 43 …atic MessageContext *CreateMessageContext(ServiceId sender, ServiceId receiver, uint32_t commandId, in CreateMessageContext() 111 …ic ErrorCode SideCarSendSyncMessage(const Service *sideCar, ServiceId receiver, uint32_t commandId, in SideCarSendSyncMessage() 145 …orCode SideCarSendAsyncMessageInner(const Service *sideCar, ServiceId receiver, uint32_t commandId, in SideCarSendAsyncMessageInner() 190 …c ErrorCode SideCarSendAsyncMessage(const Service *sideCar, ServiceId receiver, uint32_t commandId, in SideCarSendAsyncMessage() 200 …de SideCarSendOneWayMessage(const struct SideCar_ *sideCar, ServiceId receiver, uint32_t commandId, in SideCarSendOneWayMessage()
|
H A D | message_dispatcher.c | 64 struct MessageDef *GetMsgDef(const struct ServiceDef *serviceDef, uint32_t commandId) in GetMsgDef()
|
/ohos5.0/base/useriam/face_auth/services/src/ |
H A D | sa_command_manager.cpp | 40 for (const auto &commandId : commandIds) { in RegisterSaCommandProcessor() local 58 for (const auto &commandId : commandIds) { in UnregisterSaCommandProcessor() local
|
/ohos5.0/base/useriam/fingerprint_auth/services/src/ |
H A D | sa_command_manager.cpp | 40 for (const auto &commandId : commandIds) { in RegisterSaCommandProcessor() local 58 for (const auto &commandId : commandIds) { in UnregisterSaCommandProcessor() local
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/userauth/ |
H A D | _executor_send_msg_v10.md | 28 ### commandId subsection
|
H A D | _executor_send_msg_v12.md | 28 ### commandId subsection
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | resource_node_utils_test.cpp | 104 int32_t commandId = 1250; variable 114 int32_t commandId = 1250; variable
|
/ohos5.0/foundation/ability/idl_tool/test/native/src/ |
H A D | main_client.cpp | 46 TestCommand commandId = TestCommand::TEST_CMD_INT_TRANS; in main() local
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | stylus_detector_default.cpp | 64 auto commandId = StringUtils::StringToInt(params[1]); in ExecuteCommand() local
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/ |
H A D | async_command_base.cpp | 42 auto commandId = GenerateCommandId(); in AsyncCommandBase() local 183 std::atomic<uint32_t> commandId = 0; in GenerateCommandId() local
|
H A D | custom_command.cpp | 51 uint32_t commandId = 0; in SendRequest() local
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/ |
H A D | iauth_executor_hdi.cpp | 59 ResultCode IAuthExecutorHdi::SendCommand(PropertyMode commandId, const std::vector<uint8_t> &extraI… in SendCommand()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/ |
H A D | framework_executor_callback.cpp | 60 int32_t commandId = 0; in OnBeginExecuteInner() local 122 uint32_t commandId = 0; in OnSetPropertyInner() local 177 uint32_t commandId = 0; in OnGetPropertyInner() local
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | resource_node_utils.cpp | 63 void ResourceNodeUtils::SendMsgToExecutor(uint64_t executorIndex, int32_t commandId, const std::vec… in SendMsgToExecutor()
|
/ohos5.0/base/useriam/pin_auth/test/fuzztest/mocks/inc/ |
H A D | mock_iall_in_one_executor_fuzzer.h | 79 int32_t SendCommand(int32_t commandId, const std::vector<uint8_t> &extraInfo, in SendCommand()
|
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | main_client.cpp | 76 TestCommand commandId = TestCommand::TEST_CMD_SYNC_TRANS; in main() local
|
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/ |
H A D | authentication.h | 61 int32_t commandId; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_profile.cpp | 242 int commandId; in QueryOperatorName() local 282 int commandId = HfpHfCommandProcessor::AT_COMMAND_NONE; in SetHfVolume() local
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_cmd_client.cpp | 53 int WifiCmdClient::SendCmdToDriver(const std::string &ifName, int commandId, const std::string &par… in SendCmdToDriver()
|
/ohos5.0/drivers/peripheral/face_auth/hdi_service/src/ |
H A D | all_in_one_executor_impl.cpp | 146 …int32_t commandId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackO… in SendCommand()
|
/ohos5.0/drivers/peripheral/fingerprint_auth/hdi_service/src/ |
H A D | all_in_one_executor_impl.cpp | 146 …int32_t commandId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackO… in SendCommand()
|
/ohos5.0/foundation/ability/dmsfwk_lite/source/ |
H A D | dmslite_parser.c | 276 uint16_t commandId = UnMarshallUint16(tlvHead, COMMAND_ID); in ProcessCommuMsg() local
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | iauth_executor_hdi_test.cpp | 172 PropertyMode commandId = PROPERTY_INIT_ALGORITHM; variable
|
/ohos5.0/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/ |
H A D | face_auth_all_in_one_executor_hdi_fuzzer.cpp | 101 int32_t SendCommand(int32_t commandId, const std::vector<uint8_t> &extraInfo, in SendCommand() 343 PropertyMode commandId = static_cast<PropertyMode>(parcel.ReadInt32()); in FuzzSendCommand() local
|
/ohos5.0/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/ |
H A D | fingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp | 98 int32_t SendCommand(int32_t commandId, const std::vector<uint8_t> &extraInfo, in SendCommand() 340 PropertyMode commandId = static_cast<PropertyMode>(parcel.ReadInt32()); in FuzzSendCommand() local
|