Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
Dui_observer_listener.cpp59 napi_value napiPath = nullptr; in OnRouterPageStateChange() local
63 napi_create_string_utf8(env_, path.c_str(), path.length(), &napiPath); in OnRouterPageStateChange()
68 napi_set_named_property(env_, objValue, "path", napiPath); in OnRouterPageStateChange()