Home
last modified time | relevance | path

Searched refs:ReadProfileEvents (Results 1 - 4 of 4) sorted by relevance

/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Ddevice_profile_utils_test.cpp96 * @tc.desc: ReadProfileEvents
105 bool ret = DeviceProfileUtils::ReadProfileEvents(parcel, failedEvents); in HWTEST_F()
111 * @tc.desc: ReadProfileEvents
121 bool ret = DeviceProfileUtils::ReadProfileEvents(parcel, failedEvents); in HWTEST_F()
127 * @tc.desc: ReadProfileEvents
137 bool ret = DeviceProfileUtils::ReadProfileEvents(parcel, failedEvents); in HWTEST_F()
143 * @tc.desc: ReadProfileEvents
153 bool ret = DeviceProfileUtils::ReadProfileEvents(parcel, failedEvents); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/old/common/include/
H A Ddevice_profile_utils.h30 static bool ReadProfileEvents(Parcel& parcel, std::list<ProfileEvent>& profileEvents);
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_proxy.cpp127 if ((ret != ERR_OK) && !DeviceProfileUtils::ReadProfileEvents(reply, failedEvents)) { in SubscribeProfileEvents()
160 if ((ret != ERR_OK) && !DeviceProfileUtils::ReadProfileEvents(reply, failedEvents)) { in UnsubscribeProfileEvents()
/foundation/deviceprofile/device_info_manager/old/common/src/
H A Ddevice_profile_utils.cpp44 bool DeviceProfileUtils::ReadProfileEvents(Parcel& parcel, std::list<ProfileEvent>& profileEvents) in ReadProfileEvents() function in OHOS::DeviceProfile::DeviceProfileUtils

Completed in 2 milliseconds