Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/test/servicesfuzztest/deviceprofileconnector_fuzzer/
H A Ddevice_profile_connector_fuzzer.cpp67 DeviceProfileConnector::GetInstance().CheckDevIdInAclForDevBind(pkgName, localDeviceId); in DeviceProfileConnectorFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h111 …virtual bool CheckDevIdInAclForDevBind(const std::string &pkgName, const std::string &deviceId) = …
144 bool CheckDevIdInAclForDevBind(const std::string &pkgName, const std::string &deviceId);
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp696 bool DeviceProfileConnector::CheckDevIdInAclForDevBind(const std::string &pkgName, const std::strin… in CheckDevIdInAclForDevBind() function in OHOS::DistributedHardware::DeviceProfileConnector
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp675 bool ret = DeviceProfileConnector::GetInstance().CheckDevIdInAclForDevBind(pkgName, deviceId);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1961 … DeviceProfileConnector::GetInstance().CheckDevIdInAclForDevBind(authRequestContext_->hostPkgName, in SrcSyncDeleteAclDone()
1989 … DeviceProfileConnector::GetInstance().CheckDevIdInAclForDevBind(authResponseContext_->hostPkgName, in SinkSyncDeleteAclDone()