Home
last modified time | relevance | path

Searched refs:oldServiceProfile (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_subscribe_info_test.cpp270 ServiceProfile oldServiceProfile; variable
272 ret = proxy->OnServiceProfileAdd(oldServiceProfile);
274 ret = proxy->OnServiceProfileDelete(oldServiceProfile);
276 ret = proxy->OnServiceProfileUpdate(oldServiceProfile, newServiceProfile);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dprofile_change_listener_stub.cpp252 ServiceProfile oldServiceProfile; in OnServiceProfileUpdateInner() local
254 if (!oldServiceProfile.UnMarshalling(data)) { in OnServiceProfileUpdateInner()
262 OnServiceProfileUpdate(oldServiceProfile, newServiceProfile); in OnServiceProfileUpdateInner()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp323 ServiceProfile oldServiceProfile; in NotifyServiceProfileUpdate() local
325 ProfileUtils::GetNonOhSuffixServiceNameByDBKey(dbKey), oldServiceProfile); in NotifyServiceProfileUpdate()
333 listenerProxy->OnServiceProfileUpdate(oldServiceProfile, newServiceProfile); in NotifyServiceProfileUpdate()