/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/ |
H A D | lnn_local_ledger_deps_mock.h | 50 virtual int32_t GetDeviceSecurityLevel(int32_t *level); 69 MOCK_METHOD1(GetDeviceSecurityLevel, int32_t (int32_t *));
|
H A D | lnn_local_ledger_deps_mock.cpp | 141 int32_t GetDeviceSecurityLevel(int32_t *level) in GetDeviceSecurityLevel() function 143 return GetLocalLedgerDepsInterface()->GetDeviceSecurityLevel(level); in GetDeviceSecurityLevel()
|
/foundation/distributeddatamgr/pasteboard/adapter/security_level/ |
H A D | security_level.h | 25 uint32_t GetDeviceSecurityLevel();
|
H A D | security_level.cpp | 22 uint32_t SecurityLevel::GetDeviceSecurityLevel() in GetDeviceSecurityLevel() function in OHOS::MiscServices::SecurityLevel
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/security/ |
H A D | sensitive.h | 37 uint32_t GetDeviceSecurityLevel();
|
H A D | sensitive.cpp | 37 uint32_t Sensitive::GetDeviceSecurityLevel() in GetDeviceSecurityLevel() function in OHOS::DistributedKv::Sensitive
|
H A D | security.cpp | 188 auto level = sensitive.GetDeviceSecurityLevel(); in GetSensitiveByUuid()
|
/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | bus_center_adapter.h | 60 int32_t GetDeviceSecurityLevel(int32_t *level);
|
/foundation/distributedhardware/device_manager/test/servicesfuzztest/devicemanagerservice_fuzzer/ |
H A D | device_manager_service_fuzzer.cpp | 49 DeviceManagerService::GetInstance().GetDeviceSecurityLevel(inputStr, inputStr, publishId); in DeviceManagerServiceFuzzTest()
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/include/ |
H A D | daudio_sink_manager.h | 75 int32_t GetDeviceSecurityLevel(const std::string &udid);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_permission.h | 87 int32_t GetDeviceSecurityLevel(const std::string& udid) const;
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/ |
H A D | dcamera_sink_controller.h | 80 int32_t GetDeviceSecurityLevel(const std::string &udid);
|
/foundation/distributedhardware/device_manager/services/service/include/softbus/ |
H A D | softbus_listener.h | 83 int32_t GetDeviceSecurityLevel(const char *networkId, int32_t &securityLevel);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_permission.cpp | 672 int32_t srcDeviceSecurityLevel = GetDeviceSecurityLevel(srcUdid);
in CheckDeviceSecurityLevel() 673 int32_t dstDeviceSecurityLevel = GetDeviceSecurityLevel(dstUdid);
in CheckDeviceSecurityLevel() 682 int32_t DistributedSchedPermission::GetDeviceSecurityLevel(const std::string& udid) const
in GetDeviceSecurityLevel() function in OHOS::DistributedSchedule::DistributedSchedPermission
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/ |
H A D | daudio_sink_manager.cpp | 442 int32_t srcDeviceSecurityLevel = GetDeviceSecurityLevel(srcUdid);
in CheckDeviceSecurityLevel() 443 int32_t dstDeviceSecurityLevel = GetDeviceSecurityLevel(dstUdid);
in CheckDeviceSecurityLevel() 454 int32_t DAudioSinkManager::GetDeviceSecurityLevel(const std::string &udid)
in GetDeviceSecurityLevel() function in OHOS::DistributedHardware::DAudioSinkManager
|
/foundation/communication/dsoftbus/core/adapter/bus_center/src/ |
H A D | bus_center_adapter.c | 265 int32_t GetDeviceSecurityLevel(int32_t *level) in GetDeviceSecurityLevel() function
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_controller.cpp | 772 int32_t srcDeviceSecurityLevel = GetDeviceSecurityLevel(srcUdid); in CheckDeviceSecurityLevel() 773 int32_t dstDeviceSecurityLevel = GetDeviceSecurityLevel(dstUdid); in CheckDeviceSecurityLevel() 784 int32_t DCameraSinkController::GetDeviceSecurityLevel(const std::string &udid) in GetDeviceSecurityLevel() function in OHOS::DistributedHardware::DCameraSinkController
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/managersink/src/ |
H A D | daudio_sink_manager_test.cpp | 221 * @tc.desc: Verify the GetDeviceSecurityLevel function. 235 EXPECT_EQ(ret, daudioSinkManager.GetDeviceSecurityLevel(udid)); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ |
H A D | device_manager.h | 602 virtual int32_t GetDeviceSecurityLevel(const std::string &pkgName, const std::string &networkId,
|
H A D | device_manager_impl.h | 380 virtual int32_t GetDeviceSecurityLevel(const std::string &pkgName, const std::string &networkId,
|
/foundation/distributedhardware/device_manager/services/service/include/ |
H A D | device_manager_service.h | 188 int32_t GetDeviceSecurityLevel(const std::string &pkgName, const std::string &networkId, int32_t &networkType);
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_service_two.cpp | 186 int32_t ret = DeviceManagerService::GetInstance().GetDeviceSecurityLevel(pkgName, networkId, securityLevel); in HWTEST_F()
|
H A D | UTTest_device_manager_impl.cpp | 2517 * 2. call DeviceManagerImpl::GetDeviceSecurityLevel with parameter
2526 int32_t ret = DeviceManager::GetInstance().GetDeviceSecurityLevel(pkgName, netWorkId, securityLevel);
in HWTEST_F() 2529 ret = DeviceManager::GetInstance().GetDeviceSecurityLevel(pkgName, netWorkId, securityLevel);
in HWTEST_F() 2532 ret = DeviceManager::GetInstance().GetDeviceSecurityLevel(pkgName, netWorkId, securityLevel);
in HWTEST_F() 2535 ret = DeviceManager::GetInstance().GetDeviceSecurityLevel(pkgName, netWorkId, securityLevel);
in HWTEST_F()
|
/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/ |
H A D | authenticate_device_fuzzer.cpp | 328 DeviceManagerImpl::GetInstance().GetDeviceSecurityLevel(str, emptyStr, indexTwo); in AuthenticateDeviceFourthFuzzTest()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/ |
H A D | dcamera_sink_controller_test.cpp | 725 * @tc.desc: Verify GetDeviceSecurityLevel function. 732 EXPECT_NE(DCAMERA_OK, controller_->GetDeviceSecurityLevel(udId)); in HWTEST_F()
|