Home
last modified time | relevance | path

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

/foundation/deviceprofile/device_info_manager/old/common/include/
Ddeviceprofile_ipc_interface_code.h34 GET_ALL_TRUST_DEVICE_PROFILE = 10, enumerator
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
Ddistributed_device_profile_enums.h28 GET_ALL_TRUST_DEVICE_PROFILE = 10, enumerator
/foundation/deviceprofile/device_info_manager/services/core/src/permissionmanager/
Dpermission_manager.cpp109 SetPermissionMap(permissionJson, GET_ALL_TRUST_DEVICE_PROFILE); in ParsePermissionJson()
/foundation/deviceprofile/device_info_manager/common/include/constants/
Ddistributed_device_profile_constants.h94 const std::string GET_ALL_TRUST_DEVICE_PROFILE = "GetAllTrustDeviceProfile"; variable
/foundation/deviceprofile/device_info_manager/services/core/src/
Ddistributed_device_profile_service_new.cpp190 if (!PermissionManager::GetInstance().IsCallerTrust(GET_ALL_TRUST_DEVICE_PROFILE)) { in GetAllTrustDeviceProfile()
Ddistributed_device_profile_stub_new.cpp40 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::GET_ALL_TRUST_DEVICE_PROFILE)] = in DistributedDeviceProfileStubNew()
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
Ddistributed_device_profile_proxy.cpp79 …SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::GET_ALL_TRUST_DEVICE_PROFILE), data, r… in GetAllTrustDeviceProfile()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
Ddistributed_device_profile_stub.cpp64 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::GET_ALL_TRUST_DEVICE_PROFILE)] = in InitNewIpcInterface()