/base/account/os_account/services/accountmgr/include/bundle_manager_adapter/ |
D | bundle_manager_adapter_proxy.h | 95 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/ |
D | bundle_manager_adapter_proxy.cpp | 495 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/ |
D | ans_subscriber_stub.cpp | 188 bool AnsSubscriberStub::ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, MessageParcel &… in ReadParcelableVector() argument 196 parcelableInfos.clear(); in ReadParcelableVector() 204 parcelableInfos.emplace_back(info); in ReadParcelableVector()
|
D | ans_manager_proxy.cpp | 2134 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()
|
D | ans_manager_stub.cpp | 1498 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/ |
D | ans_subscriber_stub.h | 115 bool ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, MessageParcel &data);
|
D | ans_manager_proxy.h | 672 …bool ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, MessageParcel &reply, ErrCode &re…
|
D | ans_manager_stub.h | 768 bool ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, MessageParcel &data);
|
/base/account/os_account/services/accountmgr/include/appaccount/ |
D | app_account_stub.h | 37 bool ReadParcelableVector(std::vector<T> &parcelableInfos, MessageParcel &data);
|
/base/account/os_account/services/accountmgr/include/osaccount/ |
D | os_account_stub.h | 92 bool ReadParcelableVector(std::vector<T> &parcelableInfos, MessageParcel &data);
|
/base/account/os_account/frameworks/osaccount/core/include/ |
D | os_account_proxy.h | 95 bool ReadParcelableVector(std::vector<T> &parcelableInfos, MessageParcel &data);
|
/base/account/os_account/frameworks/osaccount/core/src/ |
D | os_account_proxy.cpp | 1263 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/ |
D | os_account_stub.cpp | 392 bool OsAccountStub::ReadParcelableVector(std::vector<T> &parcelableInfos, MessageParcel &data) in ReadParcelableVector() argument 400 parcelableInfos.clear(); in ReadParcelableVector() 407 parcelableInfos.emplace_back(*info); in ReadParcelableVector()
|