Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Djs_napi_common_ability.h116 napi_value JsGetOrCreateDistributedDir(
H A Dnapi_context.cpp2798 static napi_value JsGetOrCreateDistributedDir(napi_env env, napi_callback_info info);
2853 NapiJsContext::JsGetOrCreateDistributedDir); in BindNapiJSContextFunction()
3111 napi_value NapiJsContext::JsGetOrCreateDistributedDir(napi_env env, napi_callback_info info) in JsGetOrCreateDistributedDir() function in OHOS::AppExecFwk::NapiJsContext
3119 return object->JsNapiCommon::JsGetOrCreateDistributedDir(env, info, AbilityType::PAGE); in JsGetOrCreateDistributedDir()
H A Djs_napi_common.cpp703 napi_value JsNapiCommon::JsGetOrCreateDistributedDir( in JsGetOrCreateDistributedDir() function in OHOS::AppExecFwk::JsNapiCommon