Home
last modified time | relevance | path

Searched refs:SingleUserProcess (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp774 int32_t ret = DeviceProfileConnector::GetInstance().SingleUserProcess(profile, caller, callee);
779 ret = DeviceProfileConnector::GetInstance().SingleUserProcess(profile, caller, callee);
783 ret = DeviceProfileConnector::GetInstance().SingleUserProcess(profile, caller, callee);
786 ret = DeviceProfileConnector::GetInstance().SingleUserProcess(profile, caller, callee);
789 ret = DeviceProfileConnector::GetInstance().SingleUserProcess(profile, caller, callee);
793 ret = DeviceProfileConnector::GetInstance().SingleUserProcess(profile, caller, callee);
796 ret = DeviceProfileConnector::GetInstance().SingleUserProcess(profile, caller, callee);
799 ret = DeviceProfileConnector::GetInstance().SingleUserProcess(profile, caller, callee);
802 ret = DeviceProfileConnector::GetInstance().SingleUserProcess(profile, caller, callee);
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h168 bool SingleUserProcess(const DistributedDeviceProfile::AccessControlProfile &profile,
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp789 if (SingleUserProcess(item, caller, callee)) { in CheckAccessControl()
796 bool DeviceProfileConnector::SingleUserProcess(const DistributedDeviceProfile::AccessControlProfile… in SingleUserProcess() function in OHOS::DistributedHardware::DeviceProfileConnector