Home
last modified time | relevance | path

Searched refs:pkgname (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/unittest/src/
H A Dsoftbus_adapter_test.cpp91 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 Dsoftbus_adapter.cpp86 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 Dsoftbus_adapter.h33 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 Dsoftbus_adapter.h41 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 Dsoftbus_adapter.cpp108 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 Ddeviceprofile_connector.cpp135 …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 DUTTest_dm_deviceprofile_connector.cpp97 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 Ddevice_manager_service_impl_lite.cpp412 std::string pkgname) in GetAppTrustDeviceIdList() argument
414 (void)pkgname; in GetAppTrustDeviceIdList()
H A Ddevice_manager_service_impl.cpp685 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 Didevice_manager_service_impl.h272 …virtual std::unordered_map<std::string, DmAuthForm> GetAppTrustDeviceIdList(std::string pkgname) =…
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/
H A Ddevice_manager_service_impl.h125 std::unordered_map<std::string, DmAuthForm> GetAppTrustDeviceIdList(std::string pkgname);
H A Ddevice_manager_service_impl_lite.h124 std::unordered_map<std::string, DmAuthForm> GetAppTrustDeviceIdList(std::string pkgname);
/ohos5.0/base/msdp/device_status/
H A Dhisysevent.yaml19 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 Ddeviceprofile_connector.h45 std::string pkgname; member
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_impl.cpp1509 std::string pkgname = "pkgname"; variable
1513 auto ret = deviceManagerServiceImpl_->GetAppTrustDeviceIdList(pkgname);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/discovery/
H A Ddiscovery_manager.cpp528 discoveryInfo.pkgname = pkgName; in GetDeviceAclParam()