Home
last modified time | relevance | path

Searched refs:DPInterfaceCode (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp36 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::PUT_ACL_PROFILE)] = in DistributedDeviceProfileStubNew()
38 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::UPDATE_ACL_PROFILE)] = in DistributedDeviceProfileStubNew()
44 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::GET_ACL_PROFILE)] = in DistributedDeviceProfileStubNew()
54 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::PUT_CHAR_PROFILE)] = in DistributedDeviceProfileStubNew()
62 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::GET_CHAR_PROFILE)] = in DistributedDeviceProfileStubNew()
66 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::DEL_CHAR_PROFILE)] = in DistributedDeviceProfileStubNew()
114 case static_cast<uint32_t>(DPInterfaceCode::PUT_ACL_PROFILE): in NotifyAclEventInner()
122 case static_cast<uint32_t>(DPInterfaceCode::GET_ACL_PROFILE): in NotifyAclEventInner()
138 case static_cast<uint32_t>(DPInterfaceCode::PUT_CHAR_PROFILE): in NotifyAclEventInner()
160 case static_cast<uint32_t>(DPInterfaceCode::GET_CHAR_PROFILE): in NotifyEventInner()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp59 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::PUT_ACL_PROFILE)] = in InitNewIpcInterface()
67 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::GET_ACL_PROFILE)] = in InitNewIpcInterface()
77 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::PUT_CHAR_PROFILE)] = in InitNewIpcInterface()
85 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::GET_CHAR_PROFILE)] = in InitNewIpcInterface()
89 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::DEL_CHAR_PROFILE)] = in InitNewIpcInterface()
126 case static_cast<uint32_t>(DPInterfaceCode::PUT_ACL_PROFILE): in NotifyAclEventInner()
128 case static_cast<uint32_t>(DPInterfaceCode::UPDATE_ACL_PROFILE): in NotifyAclEventInner()
134 case static_cast<uint32_t>(DPInterfaceCode::GET_ACL_PROFILE): in NotifyAclEventInner()
150 case static_cast<uint32_t>(DPInterfaceCode::PUT_CHAR_PROFILE): in NotifyAclEventInner()
193 case static_cast<uint32_t>(DPInterfaceCode::GET_CHAR_PROFILE): in NotifyNewEventInner()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dprofile_change_listener_stub.cpp41 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_ADD)] = in ProfileChangeListenerStub()
47 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::ON_SERVICE_PROFILE_ADD)] = in ProfileChangeListenerStub()
53 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::ON_CHAR_PROFILE_ADD)] = in ProfileChangeListenerStub()
55 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::ON_CHAR_PROFILE_DELETE)] = in ProfileChangeListenerStub()
57 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::ON_CHAR_PROFILE_UPDATE)] = in ProfileChangeListenerStub()
87 case static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_ADD): in OnRemoteRequest()
89 case static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_DELETE): in OnRemoteRequest()
93 case static_cast<uint32_t>(DPInterfaceCode::ON_SERVICE_PROFILE_ADD): in OnRemoteRequest()
99 case static_cast<uint32_t>(DPInterfaceCode::ON_CHAR_PROFILE_ADD): in OnRemoteRequest()
101 case static_cast<uint32_t>(DPInterfaceCode::ON_CHAR_PROFILE_DELETE): in OnRemoteRequest()
[all …]
H A Dprofile_change_listener_proxy.cpp38 …SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_TRUST_DEVICE_PROFILE_ADD), data, re… in OnTrustDeviceProfileAdd()
53 …SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_TRUST_DEVICE_PROFILE_DELETE), data,… in OnTrustDeviceProfileDelete()
88 … SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_ADD), data, reply); in OnDeviceProfileAdd()
103 …SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_DELETE), data, reply… in OnDeviceProfileDelete()
122 …SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_UPDATE), data, reply… in OnDeviceProfileUpdate()
137 … SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_SERVICE_PROFILE_ADD), data, reply); in OnServiceProfileAdd()
152 …SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_SERVICE_PROFILE_DELETE), data, repl… in OnServiceProfileDelete()
171 …SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_SERVICE_PROFILE_UPDATE), data, repl… in OnServiceProfileUpdate()
186 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_CHAR_PROFILE_ADD), data, reply); in OnCharacteristicProfileAdd()
201 … SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_CHAR_PROFILE_DELETE), data, reply); in OnCharacteristicProfileDelete()
[all …]
H A Ddp_inited_callback_proxy.cpp38 …SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_INITED), data, reply… in OnDpInited()
H A Dsync_completed_callback_proxy.cpp54 …int32_t errCode = Remote()->SendRequest(static_cast<uint32_t>(DPInterfaceCode::ON_SYNC_COMPLETED),… in OnSyncCompleted()
H A Ddp_inited_callback_stub.cpp47 if (code != static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_INITED)) { in OnRemoteRequest()
H A Dsync_completed_callback_stub.cpp56 if (code != static_cast<uint32_t>(DPInterfaceCode::ON_SYNC_COMPLETED)) { in OnRemoteRequest()
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_proxy.cpp36 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::PUT_ACL_PROFILE), data, reply); in PutAccessControlProfile()
51 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::UPDATE_ACL_PROFILE), data, reply); in UpdateAccessControlProfile()
99 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::GET_ACL_PROFILE), data, reply); in GetAccessControlProfile()
115 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::GET_ALL_ACL_PROFILE), data, reply); in GetAllAccessControlProfile()
131 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::DELETE_ACL_PROFILE), data, reply); in DeleteAccessControlProfile()
146 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::PUT_SERVICE_PROFILE), data, reply); in PutServiceProfile()
176 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::PUT_CHAR_PROFILE), data, reply); in PutCharacteristicProfile()
222 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::GET_SERVICE_PROFILE), data, reply); in GetServiceProfile()
241 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::GET_CHAR_PROFILE), data, reply); in GetCharacteristicProfile()
259 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::DEL_SERVICE_PROFILE), data, reply); in DeleteServiceProfile()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Ddistributed_device_profile_stub_test.cpp115 … uint32_t code = static_cast<uint32_t>(DistributedDeviceProfile::DPInterfaceCode::PUT_ACL_PROFILE);
127 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::UPDATE_ACL_PROFILE);
163 … uint32_t code = static_cast<uint32_t>(DistributedDeviceProfile::DPInterfaceCode::GET_ACL_PROFILE);
187 …uint32_t code = static_cast<uint32_t>(DistributedDeviceProfile::DPInterfaceCode::DELETE_ACL_PROFIL…
259 …uint32_t code = static_cast<uint32_t>(DistributedDeviceProfile::DPInterfaceCode::PUT_CHAR_PROFILE);
367 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::GET_DEVICE_PROFILE_NEW);
379 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::GET_SERVICE_PROFILE);
391 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::GET_CHAR_PROFILE);
403 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::DEL_SERVICE_PROFILE);
415 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::DEL_CHAR_PROFILE);
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp280 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::PUT_ACL_PROFILE);
582 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::PUT_ACL_PROFILE);
598 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::UPDATE_ACL_PROFILE);
646 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::GET_ACL_PROFILE);
662 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::GET_ALL_ACL_PROFILE);
678 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::DELETE_ACL_PROFILE);
742 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::PUT_SERVICE_PROFILE);
774 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::PUT_CHAR_PROFILE);
822 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::GET_SERVICE_PROFILE);
838 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::GET_CHAR_PROFILE);
[all …]
H A Ddistributed_device_profile_client_kv_test.cpp578 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_INITED);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/test/profilechangelistenerstubunittest/
H A Dprofile_change_listener_stub_test.cpp124 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_TRUST_DEVICE_PROFILE_ADD);
231 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_TRUST_DEVICE_PROFILE_ADD);
264 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_ADD);
275 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_DELETE);
286 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_UPDATE);
297 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_SERVICE_PROFILE_ADD);
308 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_SERVICE_PROFILE_DELETE);
319 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_SERVICE_PROFILE_UPDATE);
330 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_CHAR_PROFILE_ADD);
341 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_CHAR_PROFILE_DELETE);
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddistributed_device_profile_enums.h23 enum class DPInterfaceCode : uint32_t { enum