Home
last modified time | relevance | path

Searched refs:cachePid (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpreload_uiext_state_observer.cpp53 int32_t cachePid = appStateData.pid; in OnAppCacheStateChanged() local
54 if (static_cast<int32_t>(hostPid) != cachePid || appStateData.state != APP_STATE_CACHED) { in OnAppCacheStateChanged()