Home
last modified time | relevance | path

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

/foundation/deviceprofile/device_info_manager/old/common/include/
Ddeviceprofile_ipc_interface_code.h47 SUBSCRIBE_DEVICE_PROFILE = 23, enumerator
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
Ddistributed_device_profile_enums.h41 SUBSCRIBE_DEVICE_PROFILE = 23, enumerator
/foundation/deviceprofile/device_info_manager/services/core/src/permissionmanager/
Dpermission_manager.cpp119 SetPermissionMap(permissionJson, SUBSCRIBE_DEVICE_PROFILE); in ParsePermissionJson()
/foundation/deviceprofile/device_info_manager/common/include/constants/
Ddistributed_device_profile_constants.h105 const std::string SUBSCRIBE_DEVICE_PROFILE = "SubscribeDeviceProfile"; variable
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
Ddistributed_device_profile_proxy.cpp289 …SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::SUBSCRIBE_DEVICE_PROFILE), data, reply… in SubscribeDeviceProfile()
/foundation/deviceprofile/device_info_manager/services/core/src/
Ddistributed_device_profile_stub_new.cpp66 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::SUBSCRIBE_DEVICE_PROFILE)] = in DistributedDeviceProfileStubNew()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
Ddistributed_device_profile_stub.cpp90 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::SUBSCRIBE_DEVICE_PROFILE)] = in InitNewIpcInterface()