Home
last modified time | relevance | path

Searched refs:appMgrServiceState_ (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
H A Dappmgrservicefirst_fuzzer.cpp68 appMgrService->appMgrServiceState_.serviceRunningState = ServiceRunningState::STATE_NOT_START; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp100 if (appMgrServiceState_.serviceRunningState == ServiceRunningState::STATE_RUNNING) { in OnStart()
110 appMgrServiceState_.serviceRunningState = ServiceRunningState::STATE_RUNNING; in OnStart()
120 appMgrServiceState_.serviceRunningState = ServiceRunningState::STATE_NOT_START; in OnStop()
137 appMgrServiceState_.connectionState = appMgrServiceInner_->QueryAppSpawnConnectionState(); in QueryServiceState()
139 return appMgrServiceState_; in QueryServiceState()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h930 AppMgrServiceState appMgrServiceState_; member in OHOS::AppExecFwk::AppMgrService
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp103 appMgrService->appMgrServiceState_.serviceRunningState = ServiceRunningState::STATE_RUNNING; in HWTEST_F()

Completed in 8 milliseconds