Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/dynamic_cache/include/
H A Ddynamic_cache.h49 return lastQuerySaProxy_; in QueryResult()
60 if (lastQuerySaProxy_ != nullptr) { in QueryResult()
62 lastQuerySaProxy_->RemoveDeathRecipient(this); in QueryResult()
65 lastQuerySaProxy_ = res; in QueryResult()
75 lastQuerySaProxy_ != nullptr && !lastQuerySaProxy_->IsObjectDead(); in CanUseCache()
82 if (lastQuerySaProxy_ != nullptr) { in ClearCache()
84 lastQuerySaProxy_->RemoveDeathRecipient(this); in ClearCache()
87 lastQuerySaProxy_ = nullptr; in ClearCache()
120 return lastQuerySaProxy_; in Recompute()
127 sptr<IRemoteObject> lastQuerySaProxy_; variable