Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dapp_loader.h27 using CreateApplication = std::function<OHOSApplication *(void)>; variable
51 void RegisterApplication(const std::string &bundleName, const CreateApplication &createFunc);
66 std::unordered_map<std::string, CreateApplication> applications_;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dapp_loader.cpp38 void ApplicationLoader::RegisterApplication(const std::string &bundleName, const CreateApplication in RegisterApplication()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_workflow_test/
H A Dams_workflow_test.cpp63 std::shared_ptr<ApplicationInfo> CreateApplication(const std::string& app) const;
106 std::shared_ptr<ApplicationInfo> AmsWorkFlowTest::CreateApplication(const std::string& app) const in CreateApplication() function in OHOS::AppExecFwk::AmsWorkFlowTest
132 auto appInfo = CreateApplication(app); in CreateTestApplicationRecord()