Searched refs:CreateApplication (Results 1 – 3 of 3) sorted by relevance
27 using CreateApplication = std::function<OHOSApplication *(void)>; variable51 void RegisterApplication(const std::string &bundleName, const CreateApplication &createFunc);66 std::unordered_map<std::string, CreateApplication> applications_;
38 void ApplicationLoader::RegisterApplication(const std::string &bundleName, const CreateApplication … in RegisterApplication()
63 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::AmsWorkFlowTest132 auto appInfo = CreateApplication(app); in CreateTestApplicationRecord()