Home
last modified time | relevance | path

Searched refs:IpcUtils (Results 1 - 7 of 7) sorted by relevance

/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dipc_utils_test.cpp68 bool ret = IpcUtils::Marshalling(parcel, profiles); in HWTEST_F()
70 ret = IpcUtils::UnMarshalling(parcel, profiles); in HWTEST_F()
74 ret = IpcUtils::Marshalling(parcel, profiles); in HWTEST_F()
76 ret = IpcUtils::UnMarshalling(parcel, profiles); in HWTEST_F()
89 bool ret = IpcUtils::Marshalling(parcel, profiles); in HWTEST_F()
91 ret = IpcUtils::UnMarshalling(parcel, profiles); in HWTEST_F()
95 ret = IpcUtils::Marshalling(parcel, profiles); in HWTEST_F()
97 ret = IpcUtils::UnMarshalling(parcel, profiles); in HWTEST_F()
110 bool ret = IpcUtils::Marshalling(parcel, profiles); in HWTEST_F()
112 ret = IpcUtils in HWTEST_F()
[all...]
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dipc_utils.cpp23 const std::string TAG = "IpcUtils";
25 bool IpcUtils::Marshalling(MessageParcel& parcel, const std::vector<TrustDeviceProfile>& trustDeviceProfiles) in Marshalling()
42 bool IpcUtils::Marshalling(MessageParcel& parcel, const std::vector<AccessControlProfile>& aclProfiles) in Marshalling()
59 bool IpcUtils::Marshalling(MessageParcel& parcel, const std::vector<ServiceProfile>& serviceProfiles) in Marshalling()
76 bool IpcUtils::Marshalling(MessageParcel& parcel, const std::vector<CharacteristicProfile>& charProfiles) in Marshalling()
90 bool IpcUtils::Marshalling(MessageParcel& parcel, const std::map<std::string, std::string>& params) in Marshalling()
104 bool IpcUtils::Marshalling(MessageParcel& parcel, const std::map<std::string, in Marshalling()
123 bool IpcUtils::Marshalling(MessageParcel& parcel, const std::unordered_set<ProfileChangeType>& changeTypes) in Marshalling()
137 bool IpcUtils::UnMarshalling(MessageParcel& parcel, std::vector<TrustDeviceProfile>& trustDeviceProfiles) in UnMarshalling()
155 bool IpcUtils
[all...]
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_proxy.cpp80 if (!IpcUtils::UnMarshalling(reply, trustDeviceProfiles)) { in GetAllTrustDeviceProfile()
94 if (!IpcUtils::Marshalling(data, queryParams)) { in GetAccessControlProfile()
100 if (!IpcUtils::UnMarshalling(reply, accessControlProfiles)) { in GetAccessControlProfile()
116 if (!IpcUtils::UnMarshalling(reply, accessControlProfiles)) { in GetAllAccessControlProfile()
156 if (!IpcUtils::Marshalling(data, serviceProfiles)) { in PutServiceProfileBatch()
187 if (!IpcUtils::Marshalling(data, charProfiles)) { in PutCharacteristicProfileBatch()
331 if (!IpcUtils::Marshalling(data, listenerMap)) { in SendSubscribeInfos()
/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp253 if (!IpcUtils::Marshalling(reply, trustDeviceProfiles)) { in GetAllTrustDeviceProfileInner()
264 if (!IpcUtils::UnMarshalling(data, queryParams)) { in GetAccessControlProfileInner()
274 if (!IpcUtils::Marshalling(reply, accessControlProfiles)) { in GetAccessControlProfileInner()
290 if (!IpcUtils::Marshalling(reply, accessControlProfiles)) { in GetAllAccessControlProfileInner()
329 if (!IpcUtils::UnMarshalling(data, serviceProfiles)) { in PutServiceProfileBatchInner()
359 if (!IpcUtils::UnMarshalling(data, charProfiles)) { in PutCharacteristicProfileBatchInner()
508 if (!IpcUtils::UnMarshalling(data, listenerMap)) { in SendSubscribeInfosInner()
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddp_subscribe_info.cpp129 IpcUtils::Marshalling(parcel, subscribeChangeTypes_); in Marshalling()
138 IpcUtils::UnMarshalling(parcel, subscribeChangeTypes_); in UnMarshalling()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp404 if (!IpcUtils::Marshalling(reply, trustDeviceProfiles)) { in GetAllTrustDeviceProfileInner()
415 if (!IpcUtils::UnMarshalling(data, queryParams)) { in GetAccessControlProfileInner()
426 if (!IpcUtils::Marshalling(reply, accessControlProfiles)) { in GetAccessControlProfileInner()
442 if (!IpcUtils::Marshalling(reply, accessControlProfiles)) { in GetAllAccessControlProfileInner()
481 if (!IpcUtils::UnMarshalling(data, serviceProfiles)) { in PutServiceProfileBatchInner()
511 if (!IpcUtils::UnMarshalling(data, charProfiles)) { in PutCharacteristicProfileBatchInner()
665 if (!IpcUtils::UnMarshalling(data, listenerMap)) { in SendSubscribeInfosInner()
/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dipc_utils.h38 class IpcUtils { class

Completed in 6 milliseconds