Home
last modified time | relevance | path

Searched refs:CheckSinkDevIdInAclForDevBind (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h116 bool CheckSinkDevIdInAclForDevBind(const std::string &pkgName, const std::string &deviceId);
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp583 bool ret = DeviceProfileConnector::GetInstance().CheckSinkDevIdInAclForDevBind(pkgName, deviceId); in HWTEST_F()
591 bool ret = DeviceProfileConnector::GetInstance().CheckSinkDevIdInAclForDevBind(pkgName, deviceId); in HWTEST_F()
599 bool ret = DeviceProfileConnector::GetInstance().CheckSinkDevIdInAclForDevBind(pkgName, deviceId); in HWTEST_F()
/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp690 bool DeviceProfileConnector::CheckSinkDevIdInAclForDevBind(const std::string &pkgName, const std::string &deviceId) in CheckSinkDevIdInAclForDevBind() function in OHOS::DistributedHardware::DeviceProfileConnector
708 return (CheckSinkDevIdInAclForDevBind(pkgName, deviceId) || CheckSrcDevIdInAclForDevBind(pkgName, deviceId)); in CheckDevIdInAclForDevBind()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp791 if (!DeviceProfileConnector::GetInstance().CheckSinkDevIdInAclForDevBind(authResponseContext_->hostPkgName, in AbilityNegotiate()

Completed in 9 milliseconds