/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_subscriber_stub.cpp | 138 if (!ReadParcelableVector(notifications, data)) { in HandleOnConsumedListMap() 199 if (!ReadParcelableVector(notifications, data)) { in HandleOnCanceledListMap() 231 bool AnsSubscriberStub::ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, MessageParcel &… in ReadParcelableVector() function in OHOS::Notification::AnsSubscriberStub
|
H A D | ans_subscriber_local_live_view_stub.cpp | 79 bool AnsSubscriberLocalLiveViewStub::ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, Me… in ReadParcelableVector() function in OHOS::Notification::AnsSubscriberLocalLiveViewStub
|
H A D | ans_manager_proxy_slot.cpp | 205 if (!ReadParcelableVector(slots, reply, result)) { in GetSlots() 279 if (!ReadParcelableVector(slots, reply, result)) { in GetSlotsByBundle()
|
H A D | ans_manager_stub.cpp | 647 if (!ReadParcelableVector(slots, data)) { in HandleAddSlots() 1329 if (!ReadParcelableVector(slots, data)) { in HandleUpdateSlots() 2452 if (!ReadParcelableVector(profiles, data)) { in HandleAddDoNotDisturbProfiles() 2503 if (!ReadParcelableVector(profiles, data)) { in HandleRemoveDoNotDisturbProfiles()
|
H A D | ans_manager_proxy.cpp | 324 if (!ReadParcelableVector(notifications, reply, result)) { in GetActiveNotifications() 381 if (!ReadParcelableVector(notifications, reply, result)) { in GetAllActiveNotifications() 416 if (!ReadParcelableVector(notifications, reply, result)) { in GetSpecialActiveNotifications()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/ |
H A D | app_control_host.cpp | 177 auto ret = ReadParcelableVector(data, controlRules); in HandleAddAppRunningControlRule() 189 auto ret = ReadParcelableVector(data, controlRules); in HandleDeleteAppRunningControlRule() 259 auto ret = ReadParcelableVector(data, controlRules); in HandleAddAppJumpControlRule() 271 auto ret = ReadParcelableVector(data, controlRules); in HandleDeleteAppJumpControlRule() 512 ErrCode AppControlHost::ReadParcelableVector(MessageParcel &data, std::vector<T> &parcelableInfos) in ReadParcelableVector() function in OHOS::AppExecFwk::AppControlHost
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_subscriber_local_live_view_stub.h | 61 bool ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, MessageParcel &data);
|
H A D | ans_subscriber_stub.h | 126 bool ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, MessageParcel &data);
|
H A D | ans_manager_proxy.h | 998 …bool ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, MessageParcel &reply, ErrCode &re… in ReadParcelableVector() function
|
H A D | ans_manager_stub.h | 1108 bool ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, MessageParcel &data) in ReadParcelableVector() function
|
/ohos5.0/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/include/ |
H A D | ecological_rule_mgr_service_proxy.h | 40 …template <typename T> bool ReadParcelableVector(std::vector<T> &parcelableVector, MessageParcel &r…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/free_install/ |
H A D | bms_ecological_rule_mgr_service_client.h | 48 …template <typename T> bool ReadParcelableVector(vector<T> &parcelableVector, MessageParcel &reply);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ecological_rule/ |
H A D | ability_ecological_rule_mgr_service.cpp | 219 if (!ReadParcelableVector(abilityInfos, reply)) { in EvaluateResolveInfos() 227 bool AbilityEcologicalRuleMgrServiceProxy::ReadParcelableVector(std::vector<T> &parcelableVector, M… in ReadParcelableVector() function in OHOS::EcologicalRuleMgrService::AbilityEcologicalRuleMgrServiceProxy
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ecological_rule/ |
H A D | ability_ecological_rule_mgr_service.h | 79 …template <typename T> bool ReadParcelableVector(vector<T> &parcelableVector, MessageParcel &reply);
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | service_stub.cpp | 501 if (!ReadParcelableVector(bundleNames, data)) { in CmdGetLocalCapabilitiesIncremental() 546 if (!ReadParcelableVector(bundlesToBackup, data)) { in CmdAppendBundlesIncrementalBackupSession() 560 if (!ReadParcelableVector(bundlesToBackup, data)) { in CmdAppendBundlesDetailsIncrementalBackupSession() 679 bool ServiceStub::ReadParcelableVector(std::vector<T> &parcelableInfos, MessageParcel &data) in ReadParcelableVector() function in OHOS::FileManagement::Backup::ServiceStub
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/app_control/ |
H A D | app_control_host.h | 35 ErrCode ReadParcelableVector(MessageParcel &data, std::vector<T> &parcelableInfos);
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/ |
H A D | service_stub.h | 73 bool ReadParcelableVector(std::vector<T> &parcelableInfos, MessageParcel &data);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/ |
H A D | bms_ecological_rule_mgr_service_client.cpp | 175 bool BmsEcologicalRuleMgrServiceProxy::ReadParcelableVector(std::vector<T> &parcelableVector, Messa… in ReadParcelableVector() function in OHOS::AppExecFwk::BmsEcologicalRuleMgrServiceProxy
|
/ohos5.0/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/src/ |
H A D | ecological_rule_mgr_service_proxy.cpp | 184 bool EcologicalRuleMgrServiceProxy::ReadParcelableVector(std::vector<T> &parcelableVector, MessageP… in ReadParcelableVector() function in OHOS::EcologicalRuleMgrService::EcologicalRuleMgrServiceProxy
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/ |
H A D | ans_manager_stub_test.cpp | 3432 bool ret = ansManagerStub_->ReadParcelableVector(slots, data); 3452 bool ret = ansManagerStub_->ReadParcelableVector(slots, data);
|