Home
last modified time | relevance | path

Searched refs:CommonSvcId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/ipc/lite/
H A Dipc_server_listenermgr.h29 typedef struct CommonSvcId { struct
34 } CommonSvcId; typedef
45 int32_t RegisterListener(std::string &pkgName, const CommonSvcId *svcId);
52 int32_t GetListenerByPkgName(std::string &pkgName, CommonSvcId *svcId);
66 const std::map<std::string, CommonSvcId> &GetAllListeners();
69 std::map<std::string, CommonSvcId> dmListenerMap_;
H A Dipc_server_listener.h55 void CommonSvcToIdentity(CommonSvcId *svcId, SvcIdentity *identity);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A Dipc_server_listenermgr.cpp25 int32_t IpcServerListenermgr::RegisterListener(std::string &pkgName, const CommonSvcId *svcId) in RegisterListener()
37 int32_t IpcServerListenermgr::GetListenerByPkgName(std::string &pkgName, CommonSvcId *svcId) in GetListenerByPkgName()
44 std::map<std::string, CommonSvcId>::iterator iter = dmListenerMap_.find(pkgName); in GetListenerByPkgName()
60 const std::map<std::string, CommonSvcId> &IpcServerListenermgr::GetAllListeners() in GetAllListeners()
H A Dipc_server_listener.cpp26 void IpcServerListener::CommonSvcToIdentity(CommonSvcId *svcId, SvcIdentity *identity) in CommonSvcToIdentity()
35 CommonSvcId svcId; in GetIdentityByPkgName()
71 …const std::map<std::string, CommonSvcId> &listenerMap = IpcServerListenermgr::GetInstance().GetAll… in SendAll()
83 CommonSvcId svcId = kv.second; in SendAll()
98 …const std::map<std::string, CommonSvcId> &listenerMap = IpcServerListenermgr::GetInstance().GetAll… in GetAllPkgName()
H A Dipc_server_stub.cpp55 CommonSvcId svcId = {0}; in DeathCb()
83 CommonSvcId svcId = {0}; in RegisterDeviceManagerListener()
118 CommonSvcId svcId; in UnRegisterDeviceManagerListener()