Home
last modified time | relevance | path

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

/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/dependency/softbus/
Dsoftbus_connector.cpp105 ret = RegNodeDeviceStateCb(DM_PKG_NAME.c_str(), &softbusNodeStateCb_); in Init()
122 ret = PublishService(DM_PKG_NAME.c_str(), &dmPublishInfo, &softbusPublishCallback_); in Init()
133 ret = PublishService(DM_PKG_NAME.c_str(), &dmPublishInfo, &softbusPublishCallback_); in Init()
139 ret = PublishService(DM_PKG_NAME.c_str(), &dmPublishInfo, &softbusPublishCallback_); in Init()
145 ret = UnPublishService(DM_PKG_NAME.c_str(), DISTRIBUTED_HARDWARE_DEVICEMANAGER_SA_ID); in Init()
188 int32_t ret = GetAllNodeDeviceInfo(DM_PKG_NAME.c_str(), &nodeInfo, &infoNum); in GetTrustedDeviceList()
215 int32_t ret = GetLocalNodeDeviceInfo(DM_PKG_NAME.c_str(), &nodeBasicInfo); in GetLocalDeviceInfo()
237 int32_t ret = ::StartDiscovery(DM_PKG_NAME.c_str(), &subscribeInfo, &softbusDiscoveryCallback_); in StartDiscovery()
248 int32_t ret = ::StopDiscovery(DM_PKG_NAME.c_str(), subscribeId); in StopDiscovery()
262 …GetNodeKeyInfo(DM_PKG_NAME.c_str(), networkId, NodeDeviceInfoKey::NODE_KEY_UDID, mUdid, sizeof(mUd… in GetUdidByNetworkId()
[all …]
Dsoftbus_session.cpp35 … int32_t ret = CreateSessionServer(DM_PKG_NAME.c_str(), DM_SESSION_NAME.c_str(), &sessionListener); in SoftbusSession()
45 RemoveSessionServer(DM_PKG_NAME.c_str(), DM_SESSION_NAME.c_str()); in ~SoftbusSession()
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/dependency/hichain/
Dhichain_connector.cpp73 deviceGroupManager_->regCallback(DM_PKG_NAME.c_str(), &deviceAuthCallback_); in HiChainConnector()
121 …int32_t ret = deviceGroupManager_->createGroup(userId, requestId, DM_PKG_NAME.c_str(), jsonObj.dum… in CreateGroup()
151 …int32_t ret = deviceGroupManager_->getGroupInfo(userId, DM_PKG_NAME.c_str(), queryParams.c_str(), … in GetGroupInfo()
185 …int32_t ret = deviceGroupManager_->getGroupInfo(userId, DM_PKG_NAME.c_str(), queryParams.c_str(), … in GetGroupInfo()
248 …int32_t ret = deviceGroupManager_->addMemberToGroup(userId, requestId, DM_PKG_NAME.c_str(), tmpStr… in AddMember()
367 …deviceGroupManager_->getRelatedGroups(userId, DM_PKG_NAME.c_str(), deviceId.c_str(), &returnGroups… in GetRelatedGroups()
431 group.groupOwner != DM_PKG_NAME) { in IsGroupInfoInvalid()
468 DM_PKG_NAME.c_str(), deleteParams.c_str()); in DelMemberFromGroup()
488 …int32_t ret = deviceGroupManager_->deleteGroup(userId, requestId, DM_PKG_NAME.c_str(), disbandPara… in DeleteGroup()
502 …int32_t ret = deviceGroupManager_->deleteGroup(userId, requestId, DM_PKG_NAME.c_str(), disbandPara… in DeleteGroup()
[all …]
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/
Ddevice_manager_service_listener.cpp39 if (pkgName == DM_PKG_NAME) { in OnDeviceStateChange()
/foundation/distributedhardware/devicemanager/common/include/
Ddm_constants.h23 const std::string DM_PKG_NAME = "ohos.distributedhardware.devicemanager"; variable
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/devicestate/
Ddm_device_state_manager.cpp212 return softbusConnector_->RegisterSoftbusStateCallback(DM_PKG_NAME, shared_from_this()); in RegisterSoftbusStateCallback()