Home
last modified time | relevance | path

Searched refs:PARAM_SIZE (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/data_proxy/
H A Dload_config_from_data_proxy_node_strategy.h32 PARAM_SIZE enumerator
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_provider_config.h67 PARAM_SIZE enumerator
H A Ddata_provider_config.cpp178 if (pathSegments.size() < static_cast<std::size_t>(PATH_PARAM::PARAM_SIZE) || in GetFromUriPath()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Duri_utils.h64 PARAM_SIZE enumerator
H A Duri_utils.cpp32 if (splitUri.size() < PARAM_SIZE) { in GetInfoFromURI()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_persist_helper.cpp417 const int PARAM_SIZE = 64; in QueryParamBoolean() local
418 char paramOutBuff[PARAM_SIZE] = { 0 }; in QueryParamBoolean()
422 int retLen = GetParameter(key.c_str(), defStrValue.c_str(), paramOutBuff, PARAM_SIZE); in QueryParamBoolean()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp857 PARAM_SIZE, enumerator
860 bool ParseRecycleParams(const JSCallbackInfo& info, JSRef<JSVal> (&params)[PARAM_SIZE]) in ParseRecycleParams() argument
862 if (info.Length() != PARAM_SIZE) { in ParseRecycleParams()
875 for (int32_t idx = PARAM_VIEW_OBJ; idx < PARAM_SIZE; ++idx) { in ParseRecycleParams()
889 JSRef<JSVal> params[PARAM_SIZE]; in CreateRecycle()
/ohos5.0/base/update/updater/utils/
H A Dutils.cpp51 constexpr size_t PARAM_SIZE = 32; variable
956 char deviceType[PARAM_SIZE + 1] = {0}; in IsEsDevice()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_scroll_modifier.cpp43 constexpr int32_t PARAM_SIZE = 4; variable
169 if (paramSize - paginationSize == PARAM_SIZE) { in SetScrollScrollSnap()