Searched refs:ApplicationContextManager (Results 1 – 3 of 3) sorted by relevance
27 ApplicationContextManager::GetApplicationContextManager().RemoveGlobalObject(envData->env); in HandleClean()33 ApplicationContextManager::ApplicationContextManager() in ApplicationContextManager() function in OHOS::AbilityRuntime::ApplicationContextManager36 ApplicationContextManager::~ApplicationContextManager() in ~ApplicationContextManager()44 ApplicationContextManager& ApplicationContextManager::GetApplicationContextManager() in GetApplicationContextManager()46 static ApplicationContextManager applicationContextManager; in GetApplicationContextManager()50 void ApplicationContextManager::AddGlobalObject(napi_env env, in AddGlobalObject()75 std::shared_ptr<NativeReference> ApplicationContextManager::GetGlobalObject(napi_env env) in GetGlobalObject()81 void ApplicationContextManager::RemoveGlobalObject(napi_env env) in RemoveGlobalObject()
601 ApplicationContextManager::GetApplicationContextManager().GetGlobalObject(env); in OnGetApplicationContext()643 ApplicationContextManager::GetApplicationContextManager() in CreateJSApplicationContext()
31 class ApplicationContextManager {33 ApplicationContextManager(const ApplicationContextManager&) = delete;35 ApplicationContextManager& operator=(const ApplicationContextManager&) = delete;37 static ApplicationContextManager& GetApplicationContextManager();46 ApplicationContextManager();48 ~ApplicationContextManager();