Home
last modified time | relevance | path

Searched defs:CreateModuleContext (Results 1 – 20 of 20) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
Dability_context.cpp172 std::shared_ptr<Context> AbilityContext::CreateModuleContext(const std::string &moduleName) in CreateModuleContext() function in OHOS::AbilityRuntime::AbilityContext
177 std::shared_ptr<Context> AbilityContext::CreateModuleContext( in CreateModuleContext() function in OHOS::AbilityRuntime::AbilityContext
Dcontext_impl.cpp422 std::shared_ptr<Context> ContextImpl::CreateModuleContext(const std::string &moduleName) in CreateModuleContext() function in OHOS::AbilityRuntime::ContextImpl
427 std::shared_ptr<Context> ContextImpl::CreateModuleContext(const std::string &bundleName, const std:… in CreateModuleContext() function in OHOS::AbilityRuntime::ContextImpl
440 std::shared_ptr<Context> ContextImpl::CreateModuleContext( in CreateModuleContext() function in OHOS::AbilityRuntime::ContextImpl
446 std::shared_ptr<Context> ContextImpl::CreateModuleContext( in CreateModuleContext() function in OHOS::AbilityRuntime::ContextImpl
Dability_stage_context.cpp358 std::shared_ptr<Context> AbilityStageContext::CreateModuleContext(const std::string &moduleName) in CreateModuleContext() function in OHOS::AbilityRuntime::AbilityStageContext
367 std::shared_ptr<Context> AbilityStageContext::CreateModuleContext( in CreateModuleContext() function in OHOS::AbilityRuntime::AbilityStageContext
Djs_application_context_utils.cpp67 napi_value JsApplicationContextUtils::CreateModuleContext(napi_env env, napi_callback_info info) in CreateModuleContext() function in OHOS::AbilityRuntime::JsApplicationContextUtils
Djs_context_utils.cpp156 napi_value JsBaseContext::CreateModuleContext(napi_env env, napi_callback_info info) in CreateModuleContext() function in OHOS::AbilityRuntime::__anonac64e8a20111::JsBaseContext
/foundation/ability/ability_runtime/test/unittest/application_context_second_test/
Dmock_context_impl.cpp99 std::shared_ptr<Context> MockContextImpl::CreateModuleContext(const std::string &moduleName) in CreateModuleContext() function in OHOS::AbilityRuntime::MockContextImpl
105 std::shared_ptr<Context> MockContextImpl::CreateModuleContext(const std::string &bundleName, in CreateModuleContext() function in OHOS::AbilityRuntime::MockContextImpl
/foundation/ability/ability_runtime/test/unittest/application_context_test/
Dmock_context_impl.cpp99 std::shared_ptr<Context> MockContextImpl::CreateModuleContext(const std::string &moduleName) in CreateModuleContext() function in OHOS::AbilityRuntime::MockContextImpl
105 std::shared_ptr<Context> MockContextImpl::CreateModuleContext(const std::string &bundleName, in CreateModuleContext() function in OHOS::AbilityRuntime::MockContextImpl
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
Dmock_ability_runtime_context.cpp126 std::shared_ptr<Context> MockAbilityRuntimeContext::CreateModuleContext(const std::string &moduleNa… in CreateModuleContext() function in OHOS::AbilityRuntime::MockAbilityRuntimeContext
131 std::shared_ptr<Context> MockAbilityRuntimeContext::CreateModuleContext( in CreateModuleContext() function in OHOS::AbilityRuntime::MockAbilityRuntimeContext
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
Dmock_context.cpp84 std::shared_ptr<Context> MockContext::CreateModuleContext(const std::string &moduleName) in CreateModuleContext() function in OHOS::AbilityRuntime::MockContext
89 std::shared_ptr<Context> MockContext::CreateModuleContext(const std::string &bundleName, const std:… in CreateModuleContext() function in OHOS::AbilityRuntime::MockContext
Dability_context_test.cpp230 virtual std::shared_ptr<Context> CreateModuleContext(const std::string &moduleName) in CreateModuleContext() function in OHOS::AppExecFwk::MockAbilityContext
234 virtual std::shared_ptr<Context> CreateModuleContext(const std::string &bundleName, in CreateModuleContext() function in OHOS::AppExecFwk::MockAbilityContext
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
Dability_stage_context.cpp173 std::shared_ptr<Context> AbilityStageContext::CreateModuleContext(const std::string &moduleName) in CreateModuleContext() function in OHOS::AbilityRuntime::AbilityStageContext
183 std::shared_ptr<Context> AbilityStageContext::CreateModuleContext(const std::string &bundleName, in CreateModuleContext() function in OHOS::AbilityRuntime::AbilityStageContext
Dcontext_impl.cpp472 std::shared_ptr<Context> ContextImpl::CreateModuleContext(const std::string &moduleName, in CreateModuleContext() function in OHOS::AbilityRuntime::ContextImpl
553 std::shared_ptr<Context> ContextImpl::CreateModuleContext(const std::string &bundleName, const std:… in CreateModuleContext() function in OHOS::AbilityRuntime::ContextImpl
604 std::shared_ptr<Context> ContextImpl::CreateModuleContext(const std::string &moduleName) in CreateModuleContext() function in OHOS::AbilityRuntime::ContextImpl
609 std::shared_ptr<Context> ContextImpl::CreateModuleContext(const std::string &bundleName, const std:… in CreateModuleContext() function in OHOS::AbilityRuntime::ContextImpl
Dapplication_context.cpp495 std::shared_ptr<Context> ApplicationContext::CreateModuleContext(const std::string &moduleName) in CreateModuleContext() function in OHOS::AbilityRuntime::ApplicationContext
500 std::shared_ptr<Context> ApplicationContext::CreateModuleContext(const std::string &bundleName, in CreateModuleContext() function in OHOS::AbilityRuntime::ApplicationContext
Djs_context_utils.cpp197 napi_value JsBaseContext::CreateModuleContext(napi_env env, napi_callback_info info) in CreateModuleContext() function in OHOS::AbilityRuntime::__anon051324e20111::JsBaseContext
Djs_application_context_utils.cpp167 napi_value JsApplicationContextUtils::CreateModuleContext(napi_env env, napi_callback_info info) in CreateModuleContext() function in OHOS::AbilityRuntime::JsApplicationContextUtils
/foundation/ability/ability_runtime/frameworks/ets/ani/application/src/
Dets_application.cpp163 void EtsApplication::CreateModuleContext(ani_env *env, in CreateModuleContext() function in OHOS::AbilityRuntime::EtsApplication
/foundation/ability/ability_runtime/frameworks/simulator/napi_module/application/
Djs_application.cpp51 napi_value JsApplication::CreateModuleContext(napi_env env, napi_callback_info info) in CreateModuleContext() function in OHOS::AbilityRuntime::JsApplication
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/sound_manager_test/src/
Dsystem_sound_manager_unit_next_test.cpp75 …std::shared_ptr<Context> CreateModuleContext(const std::string &moduleName) override { return null… in CreateModuleContext() function in OHOS::Media::MockContext
76 …std::shared_ptr<Context> CreateModuleContext(const std::string &bundleName, const std::string &mod… in CreateModuleContext() function in OHOS::Media::MockContext
/foundation/ability/ability_runtime/frameworks/js/napi/application/
Djs_application.cpp89 napi_value JsApplication::CreateModuleContext(napi_env env, napi_callback_info info) in CreateModuleContext() function in OHOS::AbilityRuntime::JsApplication
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
Dability_context_impl.cpp569 std::shared_ptr<Context> AbilityContextImpl::CreateModuleContext(const std::string& moduleName) in CreateModuleContext() function in OHOS::AbilityRuntime::AbilityContextImpl
574 std::shared_ptr<Context> AbilityContextImpl::CreateModuleContext(const std::string& bundleName, in CreateModuleContext() function in OHOS::AbilityRuntime::AbilityContextImpl