Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/foundation/distributedhardware/device_manager/common/src/ipc/standard/
H A Dipc_cmd_register.cpp85 auto onIpcCmdMapIter = onIpcCmdFuncMap_.find(cmdCode); in OnIpcCmd()
86 if (onIpcCmdMapIter == onIpcCmdFuncMap_.end()) { in OnIpcCmd()
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/standard/
H A Dipc_cmd_register.h99 onIpcCmdFuncMap_.emplace(cmdCode, onIpcCmdFunc); in RegisterCmdProcessFunc()
126 std::unordered_map<int32_t, OnIpcCmdFunc> onIpcCmdFuncMap_; variable
/ohos5.0/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_; variable
/ohos5.0/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()