Home
last modified time | relevance | path

Searched refs:nWant (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/app_control/
H A Djs_app_control.cpp493 napi_value nWant = nullptr; in GetDisposedStatusSync() local
494 NAPI_CALL(env, napi_create_object(env, &nWant)); in GetDisposedStatusSync()
495 CommonFunc::ConvertWantInfo(env, nWant, disposedWant); in GetDisposedStatusSync()
497 return nWant; in GetDisposedStatusSync()
502 napi_value nWant = nullptr; in ConvertRuleInfo() local
504 nWant = CreateJsWant(env, *rule.want); in ConvertRuleInfo()
506 napi_create_object(env, &nWant); in ConvertRuleInfo()
508 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, nRule, "want", nWant)); in ConvertRuleInfo()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager_sync.cpp667 napi_value nWant = nullptr; in GetLaunchWantForBundleSync() local
668 NAPI_CALL(env, napi_create_object(env, &nWant)); in GetLaunchWantForBundleSync()
669 CommonFunc::ConvertWantInfo(env, nWant, want); in GetLaunchWantForBundleSync()
671 return nWant; in GetLaunchWantForBundleSync()
H A Dbundle_manager.cpp603 napi_value nWant = nullptr; in GetLaunchWant() local
604 NAPI_CALL(env, napi_create_object(env, &nWant)); in GetLaunchWant()
605 CommonFunc::ConvertWantInfo(env, nWant, want); in GetLaunchWant()
607 return nWant; in GetLaunchWant()

Completed in 12 milliseconds