Home
last modified time | relevance | path

Searched refs:GET_DEVICE_PROFILE (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/common/include/
H A Ddeviceprofile_ipc_interface_code.h26 GET_DEVICE_PROFILE = 2, enumerator
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_proxy.cpp69 …rCode = remote->SendRequest(static_cast<uint32_t>(IDeviceProfileInterfaceCode::GET_DEVICE_PROFILE), in GetDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/permissionmanager/
H A Dpermission_manager.cpp116 SetPermissionMap(permissionJson, GET_DEVICE_PROFILE); in ParsePermissionJson()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/
H A Ddistributed_device_profile_constants.cpp93 const std::string GET_DEVICE_PROFILE = "GetDeviceProfile"; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp46 funcsMap_[static_cast<uint32_t>(IDeviceProfileInterfaceCode::GET_DEVICE_PROFILE)] = in DistributedDeviceProfileStub()
172 case static_cast<uint32_t>(IDeviceProfileInterfaceCode::GET_DEVICE_PROFILE): in NotifyOldEventInner()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h103 extern const std::string GET_DEVICE_PROFILE;
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Ddistributed_device_profile_stub_test.cpp319 uint32_t code = static_cast<uint32_t>(IDeviceProfileInterfaceCode::GET_DEVICE_PROFILE);