Home
last modified time | relevance | path

Searched refs:CYCLE_LIMIT (Results 1 - 18 of 18) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_resident_process_info.cpp21 constexpr int32_t CYCLE_LIMIT = 1000; member
49 if (size > CYCLE_LIMIT) { in ReadFromParcel()
H A Dapp_process_data.cpp27 constexpr int32_t CYCLE_LIMIT = 1000; member
32 if (appDataSize > CYCLE_LIMIT) { in ReadFromParcelAppData()
H A Dapp_state_callback_host.cpp29 constexpr int32_t CYCLE_LIMIT = 1000; member
135 if (infoSize > CYCLE_LIMIT) { in HandleNotifyStartResidentProcess()
155 if (infoSize > CYCLE_LIMIT) { in HandleOnAppRemoteDied()
H A Dapp_mgr_proxy.cpp27 constexpr int32_t CYCLE_LIMIT = 1000; member
516 if (infoSize > CYCLE_LIMIT) { in GetParcelableInfos()
634 if (infoSize > CYCLE_LIMIT) { in GetForegroundApplications()
741 if (infoSize > CYCLE_LIMIT) { in GetAbilityRecordsByProcessID()
1806 if (size > CYCLE_LIMIT) { in GetAllUIExtensionRootHostPid()
1834 if (size > CYCLE_LIMIT) { in GetAllUIExtensionProviderPid()
2018 if (infoSize > CYCLE_LIMIT) { in GetSupportedProcessCachePids()
H A Dapp_mgr_stub.cpp39 constexpr int32_t CYCLE_LIMIT = 1000; member
682 if (infoSize > CYCLE_LIMIT) { in HandleStartupResidentProcess()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dextension_running_info.cpp23 constexpr int CYCLE_LIMIT = 1000; member
38 if (clientPackageSize > CYCLE_LIMIT) { in ReadFromParcel()
H A Dability_start_setting.cpp28 constexpr uint32_t CYCLE_LIMIT = 1000; member
166 if (size > CYCLE_LIMIT) { in Unmarshalling()
H A Dability_scheduler_stub.cpp30 constexpr int CYCLE_LIMIT = 2000; member
516 if (count > CYCLE_LIMIT) { in BatchInsertInner()
634 if (count > CYCLE_LIMIT) { in ExecuteBatchInner()
H A Dability_manager_stub.cpp30 constexpr int32_t CYCLE_LIMIT = 1000; member
3746 if (infoSize > CYCLE_LIMIT) { in GetForegroundUIAbilitiesInner()
H A Dability_manager_proxy.cpp37 constexpr int32_t CYCLE_LIMIT = 1000;
1727 if (infoSize > CYCLE_LIMIT) { in GetParcelableInfos()
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/
H A Dservice_proxy_adapter.cpp31 constexpr int32_t CYCLE_LIMIT = 1000; member
131 if (infoSize > CYCLE_LIMIT) { in GetDlpConnectionInfos()
178 if (infoSize > CYCLE_LIMIT) { in GetConnectionData()
/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/src/
H A Dservice_info.cpp24 constexpr int32_t CYCLE_LIMIT = 1000; member
100 if (size > CYCLE_LIMIT) { in ReadFromParcel()
155 if (supportDimensionSize > CYCLE_LIMIT) { in ReadFromParcel()
/foundation/ability/ability_runtime/services/abilitymgr/src/dialog_session/
H A Ddialog_session_info.cpp23 constexpr int32_t CYCLE_LIMIT = 1000; member
86 if (targetAbilityInfoSize > CYCLE_LIMIT) { in ReadFromParcel()
/foundation/ability/ability_base/interfaces/kits/native/configuration/src/
H A Dconfiguration.cpp27 constexpr int CYCLE_LIMIT = 1000; member
260 if (keySize != valueSize || configSize != (int32_t)valueSize || configSize > CYCLE_LIMIT) { in ReadFromParcel()
/foundation/ability/ability_runtime/services/abilitymgr/src/ecological_rule/
H A Dability_ecological_rule_mgr_service.cpp30 constexpr int32_t CYCLE_LIMIT = 1000; member
228 if (infoSize > CYCLE_LIMIT) { in ReadParcelableVector()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp23 constexpr int CYCLE_LIMIT = 1000; member
988 if (size > CYCLE_LIMIT) { in ReadFromParcel()
1011 if (size > CYCLE_LIMIT) { in ReadFromParcel()
1034 if (size > CYCLE_LIMIT) { in ReadFromParcel()
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_proxy.cpp23 constexpr int32_t CYCLE_LIMIT = 1000; member
401 if (infoSize > CYCLE_LIMIT) { in GetParcelableInfos()
H A Dscene_session_manager_proxy.cpp30 constexpr int32_t CYCLE_LIMIT = 1000; member
1101 if (infoSize > CYCLE_LIMIT) { in GetParcelableInfos()

Completed in 34 milliseconds