Searched refs:SingleUserProcess (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_deviceprofile_connector.cpp | 774 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 D | deviceprofile_connector.h | 168 bool SingleUserProcess(const DistributedDeviceProfile::AccessControlProfile &profile,
|
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/ |
H A D | deviceprofile_connector.cpp | 789 if (SingleUserProcess(item, caller, callee)) { in CheckAccessControl() 796 bool DeviceProfileConnector::SingleUserProcess(const DistributedDeviceProfile::AccessControlProfile… in SingleUserProcess() function in OHOS::DistributedHardware::DeviceProfileConnector
|