Home
last modified time | relevance | path

Searched refs:ReadParcelableVector (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_stub.cpp138 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 Dans_subscriber_local_live_view_stub.cpp79 bool AnsSubscriberLocalLiveViewStub::ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, Me… in ReadParcelableVector() function in OHOS::Notification::AnsSubscriberLocalLiveViewStub
H A Dans_manager_proxy_slot.cpp205 if (!ReadParcelableVector(slots, reply, result)) { in GetSlots()
279 if (!ReadParcelableVector(slots, reply, result)) { in GetSlotsByBundle()
H A Dans_manager_stub.cpp647 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 Dans_manager_proxy.cpp324 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 Dapp_control_host.cpp177 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 Dans_subscriber_local_live_view_stub.h61 bool ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, MessageParcel &data);
H A Dans_subscriber_stub.h126 bool ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, MessageParcel &data);
H A Dans_manager_proxy.h998 …bool ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, MessageParcel &reply, ErrCode &re… in ReadParcelableVector() function
H A Dans_manager_stub.h1108 bool ReadParcelableVector(std::vector<sptr<T>> &parcelableInfos, MessageParcel &data) in ReadParcelableVector() function
/ohos5.0/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/include/
H A Decological_rule_mgr_service_proxy.h40 …template <typename T> bool ReadParcelableVector(std::vector<T> &parcelableVector, MessageParcel &r…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/free_install/
H A Dbms_ecological_rule_mgr_service_client.h48 …template <typename T> bool ReadParcelableVector(vector<T> &parcelableVector, MessageParcel &reply);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ecological_rule/
H A Dability_ecological_rule_mgr_service.cpp219 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 Dability_ecological_rule_mgr_service.h79 …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 Dservice_stub.cpp501 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 Dapp_control_host.h35 ErrCode ReadParcelableVector(MessageParcel &data, std::vector<T> &parcelableInfos);
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dservice_stub.h73 bool ReadParcelableVector(std::vector<T> &parcelableInfos, MessageParcel &data);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbms_ecological_rule_mgr_service_client.cpp175 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 Decological_rule_mgr_service_proxy.cpp184 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 Dans_manager_stub_test.cpp3432 bool ret = ansManagerStub_->ReadParcelableVector(slots, data);
3452 bool ret = ansManagerStub_->ReadParcelableVector(slots, data);