Home
last modified time | relevance | path

Searched refs:onIpcServerCmdFuncMap_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/common/src/ipc/lite/
H A Dipc_cmd_register.cpp68 auto onIpcServerCmdMapIter = onIpcServerCmdFuncMap_.find(cmdCode); in OnIpcServerCmd()
69 if (onIpcServerCmdMapIter == onIpcServerCmdFuncMap_.end()) { in OnIpcServerCmd()
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/lite/
H A Dipc_cmd_register.h122 onIpcServerCmdFuncMap_.emplace(cmdCode, onIpcServerCmdFunc); in RegisterServerCmdProcessFunc()
158 std::unordered_map<int32_t, OnIpcServerCmdFunc> onIpcServerCmdFuncMap_; variable