/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/unittest/src/ |
H A D | softbus_adapter_test.cpp | 91 std::string pkgname = PKG_NAME; variable 117 int32_t actual = softbusAdapter.CreateSoftbusSessionServer(pkgname, sessionName, peerDevId); 119 softbusAdapter.RemoveSoftbusSessionServer(pkgname, sessionName, peerDevId); 132 std::string pkgname = PKG_NAME; variable 136 int32_t actual = softbusAdapter.CreateSoftbusSessionServer(pkgname, sessionName, peerDevId); 138 softbusAdapter.RemoveSoftbusSessionServer(pkgname, sessionName, peerDevId); 253 std::string pkgname = ""; variable 257 int32_t actual = softbusAdapter.RemoveSoftbusSessionServer(pkgname, sessionName, peerDevId); 270 std::string pkgname = PKG_NAME; variable 274 int32_t actual = softbusAdapter.RemoveSoftbusSessionServer(pkgname, sessionName, peerDevId);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | softbus_adapter.cpp | 86 int32_t SoftbusAdapter::CreateSoftbusSessionServer(const std::string &pkgname, const std::string &s… in CreateSoftbusSessionServer() argument 91 .pkgName = const_cast<char*>(pkgname.c_str()), in CreateSoftbusSessionServer() 109 int32_t SoftbusAdapter::RemoveSoftbusSessionServer(const std::string &pkgname, const std::string &s… in RemoveSoftbusSessionServer() argument 112 int32_t ret = RemoveSessionServer(pkgname.c_str(), sessionName.c_str()); in RemoveSoftbusSessionServer()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/ |
H A D | softbus_adapter.h | 33 int32_t CreateSoftbusSessionServer(const std::string &pkgname, const std::string &sessionName); 34 int32_t RemoveSoftbusSessionServer(const std::string &pkgname, const std::string &sessionName);
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/include/ |
H A D | softbus_adapter.h | 41 int32_t CreateSoftbusSessionServer(const std::string &pkgname, const std::string &sessionName, 43 int32_t RemoveSoftbusSessionServer(const std::string &pkgname, const std::string &sessionName,
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/src/ |
H A D | softbus_adapter.cpp | 108 int32_t SoftbusAdapter::CreateSoftbusSessionServer(const std::string &pkgname, const std::string &s… in CreateSoftbusSessionServer() argument 126 .pkgName = const_cast<char*>(pkgname.c_str()), in CreateSoftbusSessionServer() 153 int32_t SoftbusAdapter::RemoveSoftbusSessionServer(const std::string &pkgname, const std::string &s… in RemoveSoftbusSessionServer() argument 156 (void)pkgname; in RemoveSoftbusSessionServer()
|
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/ |
H A D | deviceprofile_connector.cpp | 135 …iles.GetBindLevel() == DEVICE || (profiles.GetBindLevel() == APP && discoveryInfo.pkgname == "")) { in CheckAuthForm() 139 if (discoveryInfo.pkgname == profiles.GetAccesser().GetAccesserBundleName() && in CheckAuthForm() 143 if (discoveryInfo.pkgname == profiles.GetAccessee().GetAccesseeBundleName() && in CheckAuthForm() 286 .pkgname = pkgName, in CompareBindType() 307 if (profiles.GetAccesser().GetAccesserBundleName() == paramInfo.pkgname && in ProcessBindType() 312 if (profiles.GetAccessee().GetAccesseeBundleName() == paramInfo.pkgname && in ProcessBindType() 325 if (profiles.GetAccesser().GetAccesserBundleName() == paramInfo.pkgname && in ProcessBindType() 330 if (profiles.GetAccessee().GetAccesseeBundleName() == paramInfo.pkgname && in ProcessBindType()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_deviceprofile_connector.cpp | 97 discoveryInfo.pkgname = "ohos_test"; 111 discoveryInfo.pkgname = "ohos_test"; 135 discoveryInfo.pkgname = "pkgName"; 149 discoveryInfo.pkgname = "pkgName"; 370 paramInfo.pkgname = "pkgName"; 387 paramInfo.pkgname = "pkgName"; 417 paramInfo.pkgname = "pkgName"; 434 paramInfo.pkgname = "pkgName";
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl_lite.cpp | 412 std::string pkgname) in GetAppTrustDeviceIdList() argument 414 (void)pkgname; in GetAppTrustDeviceIdList()
|
H A D | device_manager_service_impl.cpp | 685 std::string pkgname) in GetAppTrustDeviceIdList() argument 690 return DeviceProfileConnector::GetInstance().GetAppTrustDeviceList(pkgname, deviceId); in GetAppTrustDeviceIdList()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/ |
H A D | idevice_manager_service_impl.h | 272 …virtual std::unordered_map<std::string, DmAuthForm> GetAppTrustDeviceIdList(std::string pkgname) =…
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/ |
H A D | device_manager_service_impl.h | 125 std::unordered_map<std::string, DmAuthForm> GetAppTrustDeviceIdList(std::string pkgname);
|
H A D | device_manager_service_impl_lite.h | 124 std::unordered_map<std::string, DmAuthForm> GetAppTrustDeviceIdList(std::string pkgname);
|
/ohos5.0/base/msdp/device_status/ |
H A D | hisysevent.yaml | 19 PACKAGE_NAME: {type: STRING, desc: devicestatus pkgname} 25 PACKAGE_NAME: {type: STRING, desc: devicestatus pkgname}
|
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/include/ |
H A D | deviceprofile_connector.h | 45 std::string pkgname; member
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_service_impl.cpp | 1509 std::string pkgname = "pkgname"; variable 1513 auto ret = deviceManagerServiceImpl_->GetAppTrustDeviceIdList(pkgname);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/discovery/ |
H A D | discovery_manager.cpp | 528 discoveryInfo.pkgname = pkgName; in GetDeviceAclParam()
|