Searched defs:indexValue (Results 1 – 12 of 12) sorted by relevance
68 auto indexValue = stepperValue->ToNumber<int32_t>(); in Create() local74 auto indexValue = stepperValueProperty->ToNumber<int32_t>(); in Create() local
72 int32_t indexValue = *reinterpret_cast<int32_t *>(data) % (fileSplitTypeList); in FuzzRecorderSetFileSplitDuration() local
218 std::unique_ptr<JsonValue> indexValue = argsValue->GetArrayItem(0)->GetValue("index"); in CallSpecializedMethod() local
187 JSRef<JSVal> indexValue = JSRef<JSVal>::Make(ToJSValue(index)); in Execute() local
124 int32_t indexValue = 0; in SetEmitter() local
182 napi_value indexValue = nullptr; in GetResourcePartData() local
640 std::unique_ptr<JsonValue> indexValue = argsValue->GetArrayItem(0)->GetValue("index"); in CallSpecializedMethod() local
387 size_t indexValue = 0; in ConvertFormsInfo() local
652 const auto& indexValue = arrayValue_.at(i).first; in GetFocusChildIndex() local665 const auto& indexValue = arrayValue_.at(i).first; in GetFocusChildIndex() local
636 napi_value indexValue = nullptr; in JSGetStateByUrl() local
679 napi_value indexValue = nullptr; in ParseResourceParam() local
3054 … ArkUI_NumberValue indexValue[] = {{.i32 = 0}, {.i32 = 0}, {.i32 = ARKUI_SCROLL_ALIGNMENT_START}}; variable