Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dnative_module.cpp61 napi_value nLaunchType = nullptr; in BundleManagerExport() local
62 NAPI_CALL(env, napi_create_object(env, &nLaunchType)); in BundleManagerExport()
63 CreateLaunchTypeObject(env, nLaunchType); in BundleManagerExport()
141 DECLARE_NAPI_PROPERTY("LaunchType", nLaunchType), in BundleManagerExport()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dcommon_func.cpp439 napi_value nLaunchType; in ConvertAbilityInfo() local
440 …TURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(abilityInfo.launchMode), &nLaunchType)); in ConvertAbilityInfo()
441 …API_CALL_RETURN_VOID(env, napi_set_named_property(env, objAbilityInfo, "launchType", nLaunchType)); in ConvertAbilityInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp1035 napi_value nLaunchType; in ConvertAbilityInfo() local
1036 …TURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(abilityInfo.launchMode), &nLaunchType)); in ConvertAbilityInfo()
1037 …API_CALL_RETURN_VOID(env, napi_set_named_property(env, objAbilityInfo, "launchType", nLaunchType)); in ConvertAbilityInfo()