Home
last modified time | relevance | path

Searched refs:onIpcCmdFuncMap_ (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/device_manager/common/src/ipc/standard/
H A Dipc_cmd_register.cpp94 auto onIpcCmdMapIter = onIpcCmdFuncMap_.find(cmdCode); in OnIpcCmd()
95 if (onIpcCmdMapIter == onIpcCmdFuncMap_.end()) { in OnIpcCmd()
/foundation/distributedhardware/device_manager/common/src/ipc/lite/
H A Dipc_cmd_register.cpp57 auto onIpcCmdMapIter = onIpcCmdFuncMap_.find(cmdCode); in OnIpcCmd()
58 if (onIpcCmdMapIter == onIpcCmdFuncMap_.end()) { in OnIpcCmd()
/foundation/distributedhardware/device_manager/common/include/ipc/standard/
H A Dipc_cmd_register.h103 onIpcCmdFuncMap_.emplace(cmdCode, onIpcCmdFunc); in RegisterCmdProcessFunc()
133 std::unordered_map<int32_t, OnIpcCmdFunc> onIpcCmdFuncMap_; member in OHOS::DistributedHardware::IpcCmdRegister
/foundation/distributedhardware/device_manager/common/include/ipc/lite/
H A Dipc_cmd_register.h112 onIpcCmdFuncMap_.emplace(cmdCode, onIpcCmdFunc); in RegisterCmdProcessFunc()
157 std::unordered_map<int32_t, OnIpcCmdFunc> onIpcCmdFuncMap_; member in OHOS::DistributedHardware::IpcCmdRegister
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_parser_client.cpp83 auto onIpcCmdMapIter = IpcCmdRegister::GetInstance().onIpcCmdFuncMap_.find(cmdCode); in GetIpcCmdFunc()
84 if (onIpcCmdMapIter == IpcCmdRegister::GetInstance().onIpcCmdFuncMap_.end()) { in GetIpcCmdFunc()
H A DUTTest_ipc_cmd_parser_service.cpp94 auto onIpcCmdMapIter = IpcCmdRegister::GetInstance().onIpcCmdFuncMap_.find(cmdCode); in GetIpcCmdFunc()
95 if (onIpcCmdMapIter == IpcCmdRegister::GetInstance().onIpcCmdFuncMap_.end()) { in GetIpcCmdFunc()

Completed in 6 milliseconds