Searched refs:JsGetOrCreateDistributedDir (Results 1 – 3 of 3) sorted by relevance
116 napi_value JsGetOrCreateDistributedDir(
2798 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::NapiJsContext3119 return object->JsNapiCommon::JsGetOrCreateDistributedDir(env, info, AbilityType::PAGE); in JsGetOrCreateDistributedDir()
703 napi_value JsNapiCommon::JsGetOrCreateDistributedDir( in JsGetOrCreateDistributedDir() function in OHOS::AppExecFwk::JsNapiCommon