Home
last modified time | relevance | path

Searched refs:WriteParcelableVector (Results 1 - 15 of 15) sorted by relevance

/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_event_proxy.cpp39 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 Dapp_account_stub.cpp316 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 Dapp_account_event_proxy.h35 bool WriteParcelableVector(const std::vector<T> &parcelableVector, Parcel &data);
H A Dapp_account_stub.h36 bool WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParcel &data);
/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_subscriber_local_live_view_proxy.h50 bool WriteParcelableVector(const std::vector<sptr<T>> &parcelableVector, MessageParcel &data) in WriteParcelableVector() function in OHOS::Notification::AnsSubscriberLocalLiveViewProxy
H A Dans_subscriber_proxy.h107 bool WriteParcelableVector(const std::vector<sptr<T>> &parcelableVector, MessageParcel &data) in WriteParcelableVector() function in OHOS::Notification::AnsSubscriberProxy
H A Dans_manager_proxy.h973 bool WriteParcelableVector(const std::vector<sptr<T>> &parcelableVector, MessageParcel &data) in WriteParcelableVector() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.h1077 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 Dans_subscriber_proxy_branch_test.cpp127 * @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 Dans_subscriber_stub_unit_test.cpp258 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 Dans_subscriber_proxy.cpp151 if (!WriteParcelableVector(notifications, data)) { in OnConsumedList()
248 if (!WriteParcelableVector(notifications, data)) { in OnCanceledList()
H A Dans_manager_proxy_slot.cpp79 if (!WriteParcelableVector(slots, data)) { in AddSlots()
365 if (!WriteParcelableVector(slots, data)) { in UpdateSlots()
H A Dans_manager_proxy_disturb.cpp111 if (!WriteParcelableVector(profiles, data)) { in AddDoNotDisturbProfiles()
145 if (!WriteParcelableVector(profiles, data)) { in RemoveDoNotDisturbProfiles()
H A Dans_manager_stub.cpp681 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 Dans_manager_stub_test.cpp2250 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()

Completed in 24 milliseconds