Home
last modified time | relevance | path

Searched refs:MAX_PARAM_SIZE (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_lazy_foreach.cpp115 MAX_PARAM_SIZE = 6, enumerator
118 bool ParseAndVerifyParams(const JSCallbackInfo& info, JSRef<JSVal> (&params)[MAX_PARAM_SIZE]) in ParseAndVerifyParams()
144 for (int32_t idx = PARAM_VIEW_ID; idx < std::min(info.Length(), static_cast<int32_t>(MAX_PARAM_SIZE)); ++idx) { in ParseAndVerifyParams()
166 JSRef<JSVal> params[MAX_PARAM_SIZE]; in Create()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dipc_utils.cpp92 if (params.size() == 0 || params.size() > MAX_PARAM_SIZE) { in Marshalling()
212 if (size == 0 || size > MAX_PARAM_SIZE) { in UnMarshalling()
/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h120 constexpr int32_t MAX_PARAM_SIZE = 20; member
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp179 if (params.empty() || params.size() > MAX_PARAM_SIZE) { in GetAccessControlProfile()
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp1574 if (condition.size() > MAX_PARAM_SIZE) { in GetResultSet()

Completed in 7 milliseconds