Home
last modified time | relevance | path

Searched refs:IDeviceProfileInterfaceCode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_proxy.cpp52 …PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDeviceProfileInterfaceCode::PUT_DEVICE… in PutDeviceProfile()
69 …int32_t errCode = remote->SendRequest(static_cast<uint32_t>(IDeviceProfileInterfaceCode::GET_DEVIC… in GetDeviceProfile()
94 …PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDeviceProfileInterfaceCode::DELETE_DEV… in DeleteDeviceProfile()
120 …int32_t errCode = remote->SendRequest(static_cast<uint32_t>(IDeviceProfileInterfaceCode::SUBSCRIBE… in SubscribeProfileEvents()
154 …static_cast<uint32_t>(IDeviceProfileInterfaceCode::UNSUBSCRIBE_PROFILE_EVENT), data, reply, option… in UnsubscribeProfileEvents()
185 …PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDeviceProfileInterfaceCode::SYNC_DEVIC… in SyncDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp42 funcsMap_[static_cast<uint32_t>(IDeviceProfileInterfaceCode::PUT_DEVICE_PROFILE)] = in DistributedDeviceProfileStub()
44 funcsMap_[static_cast<uint32_t>(IDeviceProfileInterfaceCode::DELETE_DEVICE_PROFILE)] = in DistributedDeviceProfileStub()
46 funcsMap_[static_cast<uint32_t>(IDeviceProfileInterfaceCode::GET_DEVICE_PROFILE)] = in DistributedDeviceProfileStub()
48 funcsMap_[static_cast<uint32_t>(IDeviceProfileInterfaceCode::SUBSCRIBE_PROFILE_EVENT)] = in DistributedDeviceProfileStub()
50 funcsMap_[static_cast<uint32_t>(IDeviceProfileInterfaceCode::UNSUBSCRIBE_PROFILE_EVENT)] = in DistributedDeviceProfileStub()
52 funcsMap_[static_cast<uint32_t>(IDeviceProfileInterfaceCode::SYNC_DEVICE_PROFILE)] = in DistributedDeviceProfileStub()
168 case static_cast<uint32_t>(IDeviceProfileInterfaceCode::PUT_DEVICE_PROFILE): in NotifyOldEventInner()
170 case static_cast<uint32_t>(IDeviceProfileInterfaceCode::DELETE_DEVICE_PROFILE): in NotifyOldEventInner()
172 case static_cast<uint32_t>(IDeviceProfileInterfaceCode::GET_DEVICE_PROFILE): in NotifyOldEventInner()
174 case static_cast<uint32_t>(IDeviceProfileInterfaceCode::SUBSCRIBE_PROFILE_EVENT): in NotifyOldEventInner()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Ddistributed_device_profile_stub_test.cpp295 uint32_t code = static_cast<uint32_t>(IDeviceProfileInterfaceCode::PUT_DEVICE_PROFILE);
307 uint32_t code = static_cast<uint32_t>(IDeviceProfileInterfaceCode::DELETE_DEVICE_PROFILE);
319 uint32_t code = static_cast<uint32_t>(IDeviceProfileInterfaceCode::GET_DEVICE_PROFILE);
331 uint32_t code = static_cast<uint32_t>(IDeviceProfileInterfaceCode::SUBSCRIBE_PROFILE_EVENT);
343 uint32_t code = static_cast<uint32_t>(IDeviceProfileInterfaceCode::UNSUBSCRIBE_PROFILE_EVENT);
355 uint32_t code = static_cast<uint32_t>(IDeviceProfileInterfaceCode::SYNC_DEVICE_PROFILE);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/common/include/
H A Ddeviceprofile_ipc_interface_code.h24 enum class IDeviceProfileInterfaceCode : uint32_t { enum