Searched refs:jsIndex (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | inner_navigation_controller.cpp | 142 int32_t jsIndex = navigationStack->GetJsIndexFromNativeIndex(nativeStackIndex); in PushInPIP() local 143 if (jsIndex < 0) { in PushInPIP() 146 navigationStack->MoveIndexToTop(jsIndex); in PushInPIP()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_swiper.cpp | 314 auto jsIndex = info[0]; in SetIndex() local 315 if (length > 0 && jsIndex->IsNumber()) { in SetIndex() 316 index = jsIndex->ToNumber<int32_t>(); in SetIndex()
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | jsvm-data-types-interfaces.md | 1921 JSVM_Value jsIndex = nullptr; 1923 OH_JSVM_CreateUint32(env, index, &jsIndex); 1924 OH_JSVM_SetProperty(env, instanceValue, jsIndex, setvalueName); 1932 OH_JSVM_GetProperty(env, instanceValue, jsIndex, &valueName1); 1954 OH_JSVM_DeleteProperty(env, instanceValue, jsIndex, &result1);
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | jsvm-data-types-interfaces.md | 1921 JSVM_Value jsIndex = nullptr; 1923 OH_JSVM_CreateUint32(env, index, &jsIndex); 1924 OH_JSVM_SetProperty(env, instanceValue, jsIndex, setvalueName); 1932 OH_JSVM_GetProperty(env, instanceValue, jsIndex, &valueName1); 1954 OH_JSVM_DeleteProperty(env, instanceValue, jsIndex, &result1);
|