Searched refs:RemoveUIExtensionLauncherItem (Results 1 - 7 of 7) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/app_running_manager_test/ |
H A D | app_running_manager_test.cpp | 366 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 D | app_running_manager.h | 324 int32_t RemoveUIExtensionLauncherItem(pid_t pid);
|
H A D | app_mgr_service_inner.h | 1807 void RemoveUIExtensionLauncherItem(std::shared_ptr<AppRunningRecord> appRecord, sptr<IRemoteObject> token);
|
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/ |
H A D | abilityappmgrapprunningmanager_fuzzer.cpp | 145 manager->RemoveUIExtensionLauncherItem(pidApps); in DoSomethingInterestingWithMyAPIaddb()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_running_manager.cpp | 453 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 D | app_mgr_service_inner.cpp | 721 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 D | app_mgr_service_inner_test.cpp | 4256 appMgrServiceInner->RemoveUIExtensionLauncherItem(appRecord, token); in HWTEST_F()
|
Completed in 29 milliseconds