Home
last modified time | relevance | path

Searched refs:RemoveUIExtensionLauncherItem (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/app_running_manager_test/
H A Dapp_running_manager_test.cpp366 appRunningManager_Record0100->RemoveUIExtensionLauncherItem(hostPid); in HWTEST_F()
367 appRunningManager_Record0100->RemoveUIExtensionLauncherItem(providerPid); in HWTEST_F()
408 EXPECT_EQ(appRunningManager->RemoveUIExtensionLauncherItem(hostPid), ERR_OK); in HWTEST_F()
409 EXPECT_EQ(appRunningManager->RemoveUIExtensionLauncherItem(providerPid), ERR_OK); in HWTEST_F()
445 EXPECT_EQ(appRunningManager->RemoveUIExtensionLauncherItem(hostPid), ERR_OK); in HWTEST_F()
446 EXPECT_EQ(appRunningManager->RemoveUIExtensionLauncherItem(providerPid), ERR_OK); in HWTEST_F()
491 EXPECT_EQ(appRunningManager->RemoveUIExtensionLauncherItem(providerPidA), ERR_OK); in HWTEST_F()
524 EXPECT_EQ(appRunningManager->RemoveUIExtensionLauncherItem(hostPid), ERR_OK); in HWTEST_F()
573 EXPECT_EQ(appRunningManager->RemoveUIExtensionLauncherItem(providerPid), ERR_OK); in HWTEST_F()
620 EXPECT_EQ(appRunningManager->RemoveUIExtensionLauncherItem(hostPid in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_manager.h324 int32_t RemoveUIExtensionLauncherItem(pid_t pid);
H A Dapp_mgr_service_inner.h1807 void RemoveUIExtensionLauncherItem(std::shared_ptr<AppRunningRecord> appRecord, sptr<IRemoteObject> token);
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
H A Dabilityappmgrapprunningmanager_fuzzer.cpp145 manager->RemoveUIExtensionLauncherItem(pidApps); in DoSomethingInterestingWithMyAPIaddb()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp453 RemoveUIExtensionLauncherItem(appRecord->GetPriorityObject()->GetPid()); in OnRemoteDied()
482 RemoveUIExtensionLauncherItem(appRecord->GetPriorityObject()->GetPid()); in RemoveAppRunningRecordById()
1461 int32_t AppRunningManager::RemoveUIExtensionLauncherItem(pid_t pid) in RemoveUIExtensionLauncherItem() function in OHOS::AppExecFwk::AppRunningManager
H A Dapp_mgr_service_inner.cpp721 void AppMgrServiceInner::RemoveUIExtensionLauncherItem(std::shared_ptr<AppRunningRecord> appRecord, in RemoveUIExtensionLauncherItem() function in OHOS::AppExecFwk::AppMgrServiceInner
2510 RemoveUIExtensionLauncherItem(appRecord, token); in TerminateAbility()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp4256 appMgrServiceInner->RemoveUIExtensionLauncherItem(appRecord, token); in HWTEST_F()

Completed in 29 milliseconds