Searched refs:CheckDeviceSecurityLevel (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_permission.cpp | 358 !CheckDeviceSecurityLevel(callerInfo.sourceDeviceId, want.GetElement().GetDeviceID())) { in CheckGetCallerPermission() 556 !CheckDeviceSecurityLevel(callerInfo.sourceDeviceId, want.GetElement().GetDeviceID())) { in CheckMigrateStartCtrlPer() 582 !CheckDeviceSecurityLevel(callerInfo.sourceDeviceId, want.GetElement().GetDeviceID())) { in CheckCollaborateStartCtrlPer() 664 bool DistributedSchedPermission::CheckDeviceSecurityLevel(const std::string& srcDeviceId, in CheckDeviceSecurityLevel() function in OHOS::DistributedSchedule::DistributedSchedPermission
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/include/ |
H A D | daudio_sink_manager.h | 72 bool CheckDeviceSecurityLevel(const std::string &srcDeviceId, const std::string &dstDeviceId);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_permission.h | 86 …bool CheckDeviceSecurityLevel(const std::string& srcDeviceId, const std::string& dstDeviceId) cons…
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/ |
H A D | dcamera_sink_controller.h | 79 bool CheckDeviceSecurityLevel(const std::string &srcDeviceId, const std::string &dstDeviceId);
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/ |
H A D | daudio_sink_manager.cpp | 426 bool DAudioSinkManager::CheckDeviceSecurityLevel(const std::string &srcDeviceId, const std::string … in CheckDeviceSecurityLevel() function in OHOS::DistributedHardware::DAudioSinkManager 525 if (isSensitive_ && !CheckDeviceSecurityLevel(devId, sinkDevId)) { in VerifySecurityLevel()
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/managersink/src/ |
H A D | daudio_sink_manager_test.cpp | 267 EXPECT_EQ(false, daudioSinkManager.CheckDeviceSecurityLevel(srcDeviceId, dstDeviceId));
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_controller.cpp | 228 if (isSensitive_ && !CheckDeviceSecurityLevel(srcDevId_, sinkDevId)) { in OpenChannel() 659 bool DCameraSinkController::CheckDeviceSecurityLevel(const std::string &srcDeviceId, const std::str… in CheckDeviceSecurityLevel() function in OHOS::DistributedHardware::DCameraSinkController
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/ |
H A D | dcamera_sink_controller_test.cpp | 720 EXPECT_NE(true, controller_->CheckDeviceSecurityLevel(srcNetId, dstNetId));
|