Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer_listener.cpp99 napi_value napiPath = nullptr; in OnRouterPageStateChange() local
104 napi_create_string_utf8(env_, pageInfo.path.c_str(), pageInfo.path.length(), &napiPath); in OnRouterPageStateChange()
110 napi_set_named_property(env_, objValue, "path", napiPath); in OnRouterPageStateChange()