/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | event_config.cpp | 37 for (int32_t i = 0; i < cfgJsonArray->GetArraySize(); ++i) { in Init() 81 for (int32_t j = 0; j < shareNodeArray->GetArraySize(); ++j) { in ParseShareNode() 96 for (int32_t j = 0; j < exposureCfgArray->GetArraySize(); ++j) { in ParseExposureCfg()
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | stage_card_parser.cpp | 35 for (; index < formConfigs->GetArraySize(); ++index) { in Parse() 42 if (formConfigs && index == formConfigs->GetArraySize()) { in Parse() 52 for (index = 0; index < supportDimensions->GetArraySize(); ++index) { in Parse()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
H A D | manifest_widget.cpp | 38 for (int32_t index = 0; index < widgetInfo->GetArraySize(); ++index) { in WidgetParse()
|
H A D | manifest_parser.cpp | 60 for (int32_t index = 0; index < deviceTypes->GetArraySize(); ++index) { in Parse()
|
H A D | manifest_router.cpp | 91 for (int32_t index = 0; index < pagesArray->GetArraySize(); index++) { in RouterParse()
|
/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/ |
H A D | stage_hap_module_info.cpp | 30 for (auto index = 0; index < metaData->GetArraySize(); ++index) { in Parse()
|
/foundation/multimedia/image_framework/plugins/manager/src/framework/ |
H A D | json_helper.h | 32 static uint32_t GetArraySize(const nlohmann::json &jsonObject, const std::string &key, size_t &size);
|
H A D | capability.cpp | 222 if (JsonHelper::GetArraySize(capInfo, "value", arraySize) != SUCCESS) { in AnalyzeUint32Set() 255 if (JsonHelper::GetArraySize(capInfo, "value", arraySize) != SUCCESS) { in AnalyzeUint32Range() 291 if (JsonHelper::GetArraySize(capInfo, "value", arraySize) != SUCCESS) { in AnalyzeStringSet()
|
H A D | json_helper.cpp | 127 uint32_t JsonHelper::GetArraySize(const json &jsonObject, const string &key, size_t &size) in GetArraySize() function in OHOS::MultimediaPlugin::JsonHelper 132 PrintElementMissingLog("GetArraySize", key, result); in GetArraySize() 137 IMAGE_LOGE("GetArraySize: not a array type value for key %{public}s.", key.c_str()); in GetArraySize()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/navigation/ |
H A D | navigation_manager.cpp | 151 auto arraySize = allNavigationInfo->GetArraySize(); in StorageNavigationRecoveryInfo() 160 auto stackSize = stackInfo->GetArraySize(); in StorageNavigationRecoveryInfo()
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.cpp | 339 for (int32_t i = 0; i < jsonData->GetArraySize(); ++i) { in GetAttrDataSetData() 409 for (int32_t i = 0; i < jsonDataSets->GetArraySize(); ++i) { in GetAttrDatasets() 454 for (int32_t i = 0; i < jsonDataSets->GetArraySize(); ++i) { in ParseSegments() 525 if (!data->IsValid() || !data->IsArray() || (data->IsArray() && index >= data->GetArraySize())) { in GetIndexValue() 1856 if (repeatValue->GetArraySize() == 0) { in ProcessRepeatNode() 1861 for (auto i = 0; i < repeatValue->GetArraySize(); i++) { in ProcessRepeatNode() 1866 auto factor = idArray_.size() / repeatValue->GetArraySize(); in ProcessRepeatNode() 1878 auto updateSize = std::min(static_cast<int32_t>(lastSize), repeatValue->GetArraySize()); in ProcessRepeatNode() 1884 if (repeatValue->GetArraySize() > lastSize) { in ProcessRepeatNode() 1885 for (auto i = lastSize; i < repeatValue->GetArraySize(); in ProcessRepeatNode() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | json_object.h | 78 int GetArraySize(const FieldPath &inPath, uint32_t &outSize) const;
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | base_animation_bridge.cpp | 35 for (auto i = 0; i < argsPtrAnimation->GetArraySize(); i++) { in JsParseAnimationFramesInternal() 166 auto size = argsPtrItem->GetArraySize(); in JsParseAnimationFrames()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | inspector.cpp | 224 if (jsonChildrenArray->GetArraySize()) { in GetInspectorChildren() 364 if (jsonChildrenArray->GetArraySize()) { in GetInspectorChildren() 415 if (jsonNodeArray->GetArraySize()) { in GetInspectorInfo() 629 if (jsonNodeArray->GetArraySize()) { in GetInspectorOfNode() 724 if (jsonChildrenArray->GetArraySize()) { in GetSimplifiedInspectorChildren() 769 if (jsonNodeArray->GetArraySize()) { in GetSimplifiedInspector()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | utils.cpp | 100 auto arrSize = srcValue->GetArraySize(); in CheckUrlValid()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_camera.cpp | 114 if (!argsValue || !argsValue->IsArray() || argsValue->GetArraySize() == 0) { in GetParamFromJson()
|
H A D | dom_list.cpp | 636 if (!argsValue || !argsValue->IsArray() || argsValue->GetArraySize() != 1) { in CallSpecializedMethod() 648 if (!argsValue || !argsValue->IsArray() || argsValue->GetArraySize() != 1) { in CallSpecializedMethod() 663 if (argsValue && argsValue->IsArray() && argsValue->GetArraySize() == 1) { in CallSpecializedMethod() 771 if (!argsValue || !argsValue->IsArray() || argsValue->GetArraySize() != 1) { in ScrollToEdgeMethod() 797 if (!argsValue || !argsValue->IsArray() || argsValue->GetArraySize() != 1) { in ScrollPageMethod()
|
H A D | dom_progress.cpp | 41 if ((gradientValue == nullptr) || (!gradientValue->IsArray()) || (gradientValue->GetArraySize() <= 0)) { in ParseGradient() 48 for (int32_t index = 0; index < colors->GetArraySize(); index++) { in ParseGradient()
|
H A D | dom_grid_container.cpp | 86 if (!argsValue || !argsValue->IsArray() || argsValue->GetArraySize() != 1) { in CallSpecializedMethod()
|
H A D | dom_stepper.cpp | 113 if (!argsValue || !argsValue->IsArray() || argsValue->GetArraySize() != METHOD_TO_ARGS_SIZE) { in CallSpecializedMethod()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_function.cpp | 90 for (auto index = 0; index < value->GetArraySize(); index++) { in ExecuteInternal()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_xcomponent_bridge.cpp | 213 if (!argsValue || !argsValue->IsArray() || argsValue->GetArraySize() < 1) { in JsSetXComponentSurfaceSize()
|
H A D | jsi_component_api_bridge.cpp | 151 if (!argsValue || !argsValue->IsArray() || argsValue->GetArraySize() < 1) { in JsScrollTo()
|
/foundation/arkui/ace_engine/frameworks/base/json/ |
H A D | node_object.cpp | 29 auto jsonSize = json->GetArraySize(); in FromJsonObject()
|
H A D | json_util.h | 68 int32_t GetArraySize() const;
|