Searched refs:IDeviceProfileInterfaceCode (Results 1 – 4 of 4) sorted by relevance
52 …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()
42 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 …]
295 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);
24 enum class IDeviceProfileInterfaceCode : uint32_t { enum