/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_stub_new.cpp | 36 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 D | distributed_device_profile_stub.cpp | 59 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 D | profile_change_listener_stub.cpp | 41 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 D | profile_change_listener_proxy.cpp | 38 …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 D | dp_inited_callback_proxy.cpp | 38 …SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_INITED), data, reply… in OnDpInited()
|
H A D | sync_completed_callback_proxy.cpp | 54 …int32_t errCode = Remote()->SendRequest(static_cast<uint32_t>(DPInterfaceCode::ON_SYNC_COMPLETED),… in OnSyncCompleted()
|
H A D | dp_inited_callback_stub.cpp | 47 if (code != static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_INITED)) { in OnRemoteRequest()
|
H A D | sync_completed_callback_stub.cpp | 56 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 D | distributed_device_profile_proxy.cpp | 36 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 D | distributed_device_profile_stub_test.cpp | 115 … 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 D | distributed_device_profile_stub_new_test.cpp | 280 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 D | distributed_device_profile_client_kv_test.cpp | 578 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_INITED);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/test/profilechangelistenerstubunittest/ |
H A D | profile_change_listener_stub_test.cpp | 124 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 D | distributed_device_profile_enums.h | 23 enum class DPInterfaceCode : uint32_t { enum
|