/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_event_proxy.cpp | 39 if (!WriteParcelableVector(accounts, data)) { in OnAccountsChanged() 70 bool AppAccountEventProxy::WriteParcelableVector(const std::vector<T> &parcelableVector, Parcel &data) in WriteParcelableVector() function in OHOS::AccountSA::AppAccountEventProxy
|
H A D | app_account_stub.cpp | 316 bool AppAccountStub::WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParcel &data) in WriteParcelableVector() function in OHOS::AccountSA::AppAccountStub 854 if (!WriteParcelableVector(appAccounts, reply)) { in ProcGetAllAccounts() 878 if (!WriteParcelableVector(appAccounts, reply)) { in ProcGetAllAccessibleAccounts()
|
/base/account/os_account/services/accountmgr/include/appaccount/ |
H A D | app_account_event_proxy.h | 35 bool WriteParcelableVector(const std::vector<T> &parcelableVector, Parcel &data);
|
H A D | app_account_stub.h | 36 bool WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParcel &data);
|
/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_subscriber_local_live_view_proxy.h | 50 bool WriteParcelableVector(const std::vector<sptr<T>> &parcelableVector, MessageParcel &data) in WriteParcelableVector() function in OHOS::Notification::AnsSubscriberLocalLiveViewProxy
|
H A D | ans_subscriber_proxy.h | 107 bool WriteParcelableVector(const std::vector<sptr<T>> &parcelableVector, MessageParcel &data) in WriteParcelableVector() function in OHOS::Notification::AnsSubscriberProxy
|
H A D | ans_manager_proxy.h | 973 bool WriteParcelableVector(const std::vector<sptr<T>> &parcelableVector, MessageParcel &data) in WriteParcelableVector() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub.h | 1077 bool WriteParcelableVector(const std::vector<sptr<T>> &parcelableVector, MessageParcel &reply, ErrCode &result) in WriteParcelableVector() function in OHOS::Notification::AnsManagerStub
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_branch_test/ |
H A D | ans_subscriber_proxy_branch_test.cpp | 127 * @tc.desc: Test WriteParcelableVector function
141 proxy->WriteParcelableVector(notifications, data);
in HWTEST_F() 146 * @tc.desc: Test WriteParcelableVector function
162 proxy->WriteParcelableVector(notifications, data);
in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_stub_test/ |
H A D | ans_subscriber_stub_unit_test.cpp | 258 bool isWriteNotificationsSucc = proxy->WriteParcelableVector(notifications, data); in HWTEST_F() 283 bool isWriteNotificationsSucc = proxy->WriteParcelableVector(notifications, data); in HWTEST_F() 311 bool isWriteNotificationsSucc = proxy->WriteParcelableVector(notifications, data); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_subscriber_proxy.cpp | 151 if (!WriteParcelableVector(notifications, data)) { in OnConsumedList() 248 if (!WriteParcelableVector(notifications, data)) { in OnCanceledList()
|
H A D | ans_manager_proxy_slot.cpp | 79 if (!WriteParcelableVector(slots, data)) { in AddSlots() 365 if (!WriteParcelableVector(slots, data)) { in UpdateSlots()
|
H A D | ans_manager_proxy_disturb.cpp | 111 if (!WriteParcelableVector(profiles, data)) { in AddDoNotDisturbProfiles() 145 if (!WriteParcelableVector(profiles, data)) { in RemoveDoNotDisturbProfiles()
|
H A D | ans_manager_stub.cpp | 681 if (!WriteParcelableVector(slots, reply, result)) { in HandleGetSlots() 784 if (!WriteParcelableVector(notifications, reply, result)) { in HandleGetActiveNotifications() 811 if (!WriteParcelableVector(notifications, reply, result)) { in HandleGetAllActiveNotifications() 828 if (!WriteParcelableVector(notifications, reply, result)) { in HandleGetSpecialActiveNotifications() 1281 if (!WriteParcelableVector(slots, reply, result)) { in HandleGetSlotsByBundle()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/ |
H A D | ans_manager_stub_test.cpp | 2250 ansManagerStub_->WriteParcelableVector(slots, reply, result); in HWTEST_F() 5366 ansManagerStub_->WriteParcelableVector(profiles, reply, result); in HWTEST_F() 5407 ansManagerStub_->WriteParcelableVector(profiles, reply, result); in HWTEST_F()
|