Home
last modified time | relevance | path

Searched refs:WriteParcelableVector (Results 1 – 19 of 19) sorted by relevance

/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_event_proxy.cpp39 if (!WriteParcelableVector(accounts, data)) { in OnAccountsChanged()
70 bool AppAccountEventProxy::WriteParcelableVector(const std::vector<T> &parcelableVector, Parcel &da… in WriteParcelableVector() function in OHOS::AccountSA::AppAccountEventProxy
Dapp_account_stub.cpp274 bool AppAccountStub::WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParcel &d… in WriteParcelableVector() function in OHOS::AccountSA::AppAccountStub
837 if (!WriteParcelableVector(appAccounts, reply)) { in ProcGetAllAccounts()
862 if (!WriteParcelableVector(appAccounts, reply)) { in ProcGetAllAccessibleAccounts()
/base/account/os_account/frameworks/osaccount/core/include/
Dos_account_event_proxy.h33 bool WriteParcelableVector(const std::vector<T> &parcelableVector, Parcel &data);
Dos_account_proxy.h93 bool WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParcel &data);
/base/account/os_account/services/accountmgr/include/appaccount/
Dapp_account_event_proxy.h35 bool WriteParcelableVector(const std::vector<T> &parcelableVector, Parcel &data);
Dapp_account_stub.h35 bool WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParcel &data);
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_branch_test/
Dans_subscriber_proxy_branch_test.cpp138 proxy->WriteParcelableVector(notifications, data);
159 proxy->WriteParcelableVector(notifications, data);
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_subscriber_proxy.h95 bool WriteParcelableVector(const std::vector<sptr<T>> &parcelableVector, MessageParcel &data);
Dans_manager_proxy.h669 bool WriteParcelableVector(const std::vector<sptr<T>> &parcelableVector, MessageParcel &data);
Dans_manager_stub.h765 …bool WriteParcelableVector(const std::vector<sptr<T>> &parcelableVector, MessageParcel &reply, Err…
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_subscriber_proxy.cpp189 if (!WriteParcelableVector(notifications, data)) { in OnCanceledList()
221 bool AnsSubscriberProxy::WriteParcelableVector(const std::vector<sptr<T>> &parcelableVector, Messag… in WriteParcelableVector() function in OHOS::Notification::AnsSubscriberProxy
Dans_manager_stub.cpp426 if (!WriteParcelableVector(slots, reply, result)) { in HandleGetSlots()
478 if (!WriteParcelableVector(notifications, reply, result)) { in HandleGetActiveNotifications()
505 if (!WriteParcelableVector(notifications, reply, result)) { in HandleGetAllActiveNotifications()
522 if (!WriteParcelableVector(notifications, reply, result)) { in HandleGetSpecialActiveNotifications()
885 if (!WriteParcelableVector(slots, reply, result)) { in HandleGetSlotsByBundle()
1475 bool AnsManagerStub::WriteParcelableVector( in WriteParcelableVector() function in OHOS::Notification::AnsManagerStub
Dans_manager_proxy.cpp223 if (!WriteParcelableVector(slots, data)) { in AddSlots()
1032 if (!WriteParcelableVector(slots, data)) { in UpdateSlots()
2117 bool AnsManagerProxy::WriteParcelableVector(const std::vector<sptr<T>> &parcelableVector, MessagePa… in WriteParcelableVector() function in OHOS::Notification::AnsManagerProxy
/base/account/os_account/services/accountmgr/include/osaccount/
Dos_account_stub.h90 bool WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParcel &data);
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_proxy.h119 bool WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParcel &data);
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_stub.cpp375 bool OsAccountStub::WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParcel &da… in WriteParcelableVector() function in OHOS::AccountSA::OsAccountStub
588 if (!WriteParcelableVector(osAccountInfos, reply)) { in ProcQueryAllCreatedOsAccounts()
1154 if (!WriteParcelableVector(osAccountList, reply)) { in ProcGetOsAccountListFromDatabase()
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account_proxy.cpp1247 bool OsAccountProxy::WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParcel &d… in WriteParcelableVector() function in OHOS::AccountSA::OsAccountProxy
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_proxy.cpp1177 bool AppAccountProxy::WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParcel &… in WriteParcelableVector() function in OHOS::AccountSA::AppAccountProxy
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
Dans_manager_stub_test.cpp1736 ansManagerStub_->WriteParcelableVector(slots, reply, result);