Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dnapi_constants.h42 inline constexpr std::string_view NEW_INSTANCE { "napi_new_instance" };
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h44 inline constexpr std::string_view NEW_INSTANCE = "napi_new_instance"; variable
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/short_key/src/
H A Djs_short_key_context.cpp58 CHKRP(napi_new_instance(env, jsClass, 0, nullptr, &jsInstance), NEW_INSTANCE); in CreateInstance()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/
H A Djs_drag_context.cpp70 CHKRP(napi_new_instance(env, jsClass, 0, nullptr, &jsInstance), NEW_INSTANCE); in CreateInstance()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_cooperate_context.cpp281 CHKRP(napi_new_instance(env, jsClass, ZERO_PARAM, nullptr, &jsInstance), NEW_INSTANCE); in CreateInstance()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js2140 LaunchMode[LaunchMode.NEW_INSTANCE = 3] = 'NEW_INSTANCE';
2322 if (launchMode === LaunchMode.NEW_INSTANCE) {
2347 if (launchMode === LaunchMode.NEW_INSTANCE) {
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_input_device_context.cpp72 CHKRP(napi_new_instance(env, jsClass, 0, nullptr, &jsInstance), NEW_INSTANCE); in CreateInstance()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_coordination_context.cpp487 CHKRP(napi_new_instance(env, jsClass, 0, nullptr, &jsInstance), NEW_INSTANCE); in CreateInstance()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-navigation.md570 > 例如:在Page1页面先pop再push一个Page1,系统会认为操作前和操作后的结果一致而不进行任何操作,如果需要强行push一个Page1实例,可以使用NEW_INSTANCE模式。
1586 | NEW_INSTANCE | 创建新的NavDestination实例。与STANDARD模式相比,该方法不会复用栈中同名实例。 |
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp60 CHKRP(napi_new_instance(env, jsClass, 0, nullptr, &jsInstance), NEW_INSTANCE); in CreateInstance()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-navigation.md572 …f Page1 is pushed onto the stack despite the consecutive operations, use the **NEW_INSTANCE** mode.
1588 | NEW_INSTANCE | This mode creates an instance of **NavDestination**. Compared with **STANDARD**, t…