Home
last modified time | relevance | path

Searched refs:ObserverExist (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_state_observer_manager.h94 bool ObserverExist(const sptr<IRemoteBroker> &observer);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_state_observer_manager.cpp69 if (ObserverExist(observer)) { in RegisterApplicationStateObserver()
877 bool AppStateObserverManager::ObserverExist(const sptr<IRemoteBroker> &observer) in ObserverExist() function in OHOS::AppExecFwk::AppStateObserverManager
/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/
H A Dapp_state_observer_manager_test.cpp1238 * Function: ObserverExist
1240 * FunctionPoints: AppStateObserverManager ObserverExist
1242 * CaseDescription: Verify ObserverExist
1247 bool res = manager->ObserverExist(nullptr); in HWTEST_F()
1253 * Function: ObserverExist
1255 * FunctionPoints: AppStateObserverManager ObserverExist
1257 * CaseDescription: Verify ObserverExist
1265 bool res = manager->ObserverExist(observer); in HWTEST_F()

Completed in 6 milliseconds