Searched refs:nLaunchMode (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | native_module.cpp | 50 napi_value nLaunchMode = nullptr; in Init() local 51 NAPI_CALL(env, napi_create_object(env, &nLaunchMode)); in Init() 52 nLaunchMode = CreateLaunchModeObject(env); in Init() 107 DECLARE_NAPI_PROPERTY("LaunchMode", nLaunchMode), in Init()
|
H A D | bundle_mgr.cpp | 549 napi_value nLaunchMode; in ConvertAbilityInfo() local 550 …TURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(abilityInfo.launchMode), &nLaunchMode)); in ConvertAbilityInfo() 551 …API_CALL_RETURN_VOID(env, napi_set_named_property(env, objAbilityInfo, "launchMode", nLaunchMode)); in ConvertAbilityInfo()
|