Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_swiper_bridge.cpp593 std::string GetStringByValueRef(const EcmaVM* vm, const Local<JSValueRef>& jsValue) in GetStringByValueRef() function
653 std::string left = GetStringByValueRef(vm, leftArg); in GetSwiperDotIndicator()
654 std::string top = GetStringByValueRef(vm, topArg); in GetSwiperDotIndicator()
655 std::string right = GetStringByValueRef(vm, rightArg); in GetSwiperDotIndicator()
656 std::string bottom = GetStringByValueRef(vm, bottomArg); in GetSwiperDotIndicator()
693 std::string left = GetStringByValueRef(vm, leftArg); in GetSwiperDigitIndicator()
694 std::string top = GetStringByValueRef(vm, topArg); in GetSwiperDigitIndicator()
695 std::string right = GetStringByValueRef(vm, rightArg); in GetSwiperDigitIndicator()
696 std::string bottom = GetStringByValueRef(vm, bottomArg); in GetSwiperDigitIndicator()