Home
last modified time | relevance | path

Searched refs:parcelableInfos (Results 1 – 13 of 13) sorted by relevance

/base/account/os_account/services/accountmgr/include/bundle_manager_adapter/
Dbundle_manager_adapter_proxy.h95 std::vector<T> &parcelableInfos);
143 …ParcelableInfos(BundleMgrInterfaceCode code, MessageParcel &data, std::vector<T> &parcelableInfos);
145 …arseAshmem(int32_t infoSize, const char* dataStr, int32_t offset, std::vector<T> &parcelableInfos);
155 BundleMgrInterfaceCode code, MessageParcel &data, std::vector<T> &parcelableInfos);
159 BundleMgrInterfaceCode code, MessageParcel &data, std::vector<T> &parcelableInfos);
163 MessageParcel &reply, std::vector<T> &parcelableInfos);
/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/
Dbundle_manager_adapter_proxy.cpp495 std::vector<T> &parcelableInfos) in GetParcelableInfos() argument
514 parcelableInfos.emplace_back(*info); in GetParcelableInfos()
522 BundleMgrInterfaceCode code, MessageParcel &data, std::vector<T> &parcelableInfos) in GetVectorFromParcelIntelligent() argument
534 if (InnerGetVectorFromParcelIntelligent<T>(reply, parcelableInfos) != ERR_OK) { in GetVectorFromParcelIntelligent()
544 MessageParcel &reply, std::vector<T> &parcelableInfos) in InnerGetVectorFromParcelIntelligent() argument
571 parcelableInfos.emplace_back(*info); in InnerGetVectorFromParcelIntelligent()
579 int32_t infoSize, const char* dataStr, int32_t offset, std::vector<T> &parcelableInfos) in ParseAshmem() argument
599 parcelableInfos.emplace_back(info); in ParseAshmem()
608 BundleMgrInterfaceCode code, MessageParcel &data, std::vector<T> &parcelableInfos) in GetParcelableInfosFromAshmem() argument
635 bool result = ParseAshmem(infoSize, dataStr, offset, parcelableInfos); in GetParcelableInfosFromAshmem()
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_subscriber_stub.cpp188 bool AnsSubscriberStub::ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, MessageParcel &… in ReadParcelableVector() argument
196 parcelableInfos.clear(); in ReadParcelableVector()
204 parcelableInfos.emplace_back(info); in ReadParcelableVector()
Dans_manager_proxy.cpp2134 bool AnsManagerProxy::ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, MessageParcel &re… in ReadParcelableVector() argument
2147 parcelableInfos.clear(); in ReadParcelableVector()
2155 parcelableInfos.emplace_back(info); in ReadParcelableVector()
Dans_manager_stub.cpp1498 bool AnsManagerStub::ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, MessageParcel &dat… in ReadParcelableVector() argument
1506 parcelableInfos.clear(); in ReadParcelableVector()
1514 parcelableInfos.emplace_back(info); in ReadParcelableVector()
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_subscriber_stub.h115 bool ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, MessageParcel &data);
Dans_manager_proxy.h672 …bool ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, MessageParcel &reply, ErrCode &re…
Dans_manager_stub.h768 bool ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, MessageParcel &data);
/base/account/os_account/services/accountmgr/include/appaccount/
Dapp_account_stub.h37 bool ReadParcelableVector(std::vector<T> &parcelableInfos, MessageParcel &data);
/base/account/os_account/services/accountmgr/include/osaccount/
Dos_account_stub.h92 bool ReadParcelableVector(std::vector<T> &parcelableInfos, MessageParcel &data);
/base/account/os_account/frameworks/osaccount/core/include/
Dos_account_proxy.h95 bool ReadParcelableVector(std::vector<T> &parcelableInfos, MessageParcel &data);
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account_proxy.cpp1263 bool OsAccountProxy::ReadParcelableVector(std::vector<T> &parcelableInfos, MessageParcel &data) in ReadParcelableVector() argument
1271 parcelableInfos.clear(); in ReadParcelableVector()
1278 parcelableInfos.emplace_back(*info); in ReadParcelableVector()
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_stub.cpp392 bool OsAccountStub::ReadParcelableVector(std::vector<T> &parcelableInfos, MessageParcel &data) in ReadParcelableVector() argument
400 parcelableInfos.clear(); in ReadParcelableVector()
407 parcelableInfos.emplace_back(*info); in ReadParcelableVector()