Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/include/callback/
H A Dcallback_manager.h35 CallbackRecord() : scopePtr_(nullptr), callbackObject_(nullptr) in CallbackRecord()
38 : scopePtr_(callbackScopePtr), callbackObject_(callback) in CallbackRecord()
41 std::shared_ptr<PermStateChangeScope> scopePtr_; member
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/callback/
H A Dcallback_manager.cpp82 recordInstance.scopePtr_ = callbackScopePtr; in AddCallback()
181 std::shared_ptr<PermStateChangeScope> scopePtr = (*it).scopePtr_; in GetCallbackObjectList()