Home
last modified time | relevance | path

Searched refs:CheckDeviceSecurityLevel (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_permission.cpp358 !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 Ddaudio_sink_manager.h72 bool CheckDeviceSecurityLevel(const std::string &srcDeviceId, const std::string &dstDeviceId);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_permission.h86 …bool CheckDeviceSecurityLevel(const std::string& srcDeviceId, const std::string& dstDeviceId) cons…
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_controller.h79 bool CheckDeviceSecurityLevel(const std::string &srcDeviceId, const std::string &dstDeviceId);
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_manager.cpp426 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 Ddaudio_sink_manager_test.cpp267 EXPECT_EQ(false, daudioSinkManager.CheckDeviceSecurityLevel(srcDeviceId, dstDeviceId));
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp228 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 Ddcamera_sink_controller_test.cpp720 EXPECT_NE(true, controller_->CheckDeviceSecurityLevel(srcNetId, dstNetId));