Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/cache_process_manager_test/
H A Dcache_process_manager_test.cpp278 appRecord3->procCacheSupportState_ = SupportProcessCacheState::NOT_SUPPORT;
357 appRecord->procCacheSupportState_ = SupportProcessCacheState::NOT_SUPPORT;
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h1040 SupportProcessCacheState procCacheSupportState_ = SupportProcessCacheState::UNSPECIFIED; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp2402procCacheSupportState_ = isSupport ? SupportProcessCacheState::SUPPORT : SupportProcessCacheState:… in SetSupportedProcessCache()
2420 return procCacheSupportState_; in GetSupportProcessCacheState()