Home
last modified time | relevance | path

Searched refs:GET_REMOTE_ABILITY_INFO_MAX_SIZE (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_bms_host.cpp28 constexpr int32_t GET_REMOTE_ABILITY_INFO_MAX_SIZE = 10; member
238 if (infoSize > GET_REMOTE_ABILITY_INFO_MAX_SIZE) { in GetParcelableInfos()
239 APP_LOGE("GetParcelableInfos elements num exceeds the limit %{public}d", GET_REMOTE_ABILITY_INFO_MAX_SIZE); in GetParcelableInfos()
/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributedBundle/
H A Ddistributed_bundle.cpp39 constexpr int32_t GET_REMOTE_ABILITY_INFO_MAX_SIZE = 10; member
314 if (asyncCallbackInfo->elementNames.size() > GET_REMOTE_ABILITY_INFO_MAX_SIZE) { in GetRemoteAbilityInfo()
/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributebundlemgr/
H A Ddistributed_bundle_mgr.cpp45 constexpr int32_t GET_REMOTE_ABILITY_INFO_MAX_SIZE = 10; member
430 if (static_cast<int32_t>(asyncCallbackInfo->elementNames.size()) > GET_REMOTE_ABILITY_INFO_MAX_SIZE) { in GetRemoteAbilityInfos()

Completed in 2 milliseconds