Searched refs:CheckDeviceSecurityLevel (Results 1 - 8 of 8) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_permission.cpp | 358 !CheckDeviceSecurityLevel(callerInfo.sourceDeviceId, want.GetElement().GetDeviceID())) {
in CheckGetCallerPermission() 551 !CheckDeviceSecurityLevel(callerInfo.sourceDeviceId, want.GetElement().GetDeviceID())) {
in CheckMigrateStartCtrlPer() 577 !CheckDeviceSecurityLevel(callerInfo.sourceDeviceId, want.GetElement().GetDeviceID())) {
in CheckCollaborateStartCtrlPer() 659 bool DistributedSchedPermission::CheckDeviceSecurityLevel(const std::string& srcDeviceId,
in CheckDeviceSecurityLevel() function in OHOS::DistributedSchedule::DistributedSchedPermission
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/include/ |
H A D | daudio_sink_manager.h | 74 bool CheckDeviceSecurityLevel(const std::string &srcDeviceId, const std::string &dstDeviceId);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_permission.h | 86 bool CheckDeviceSecurityLevel(const std::string& srcDeviceId, const std::string& dstDeviceId) const;
|
/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);
|
/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 &dstDeviceId)
in CheckDeviceSecurityLevel() function in OHOS::DistributedHardware::DAudioSinkManager 428 DHLOGD("CheckDeviceSecurityLevel srcDeviceId %{public}s, dstDeviceId %{public}s.",
in CheckDeviceSecurityLevel() 440 DHLOGD("CheckDeviceSecurityLevel srcUdid %{public}s, dstUdid %{public}s.",
in CheckDeviceSecurityLevel() 529 if (isSensitive_ && !CheckDeviceSecurityLevel(devId, sinkDevId)) {
in VerifySecurityLevel()
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/managersink/src/ |
H A D | daudio_sink_manager_test.cpp | 240 * @tc.desc: Verify the CheckDeviceSecurityLevel function. 251 EXPECT_EQ(false, daudioSinkManager.CheckDeviceSecurityLevel(srcDeviceId, dstDeviceId)); in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_controller.cpp | 231 if (isSensitive_ && !CheckDeviceSecurityLevel(srcDevId_, sinkDevId)) { in CheckSensitive() 756 bool DCameraSinkController::CheckDeviceSecurityLevel(const std::string &srcDeviceId, const std::string &dstDeviceId) in CheckDeviceSecurityLevel() function in OHOS::DistributedHardware::DCameraSinkController 758 DHLOGD("CheckDeviceSecurityLevel srcDeviceId %{public}s, dstDeviceId %{public}s.", in CheckDeviceSecurityLevel() 770 DHLOGD("CheckDeviceSecurityLevel srcUdid %{public}s, dstUdid %{public}s.", in CheckDeviceSecurityLevel()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/ |
H A D | dcamera_sink_controller_test.cpp | 712 * @tc.desc: Verify CheckDeviceSecurityLevel function. 720 EXPECT_NE(true, controller_->CheckDeviceSecurityLevel(srcNetId, dstNetId)); in HWTEST_F()
|
Completed in 7 milliseconds