Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/include/callback/
H A Dcallback_manager.h37 …CallbackRecord(std::shared_ptr<PermStateChangeScope> callbackScopePtr, sptr<IRemoteObject> callbac… in CallbackRecord()
38 : scopePtr_(callbackScopePtr), callbackObject_(callback) in CallbackRecord()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/callback/
H A Dcallback_manager.cpp67 auto callbackScopePtr = std::make_shared<PermStateChangeScope>(scopeRes); in AddCallback() local
82 recordInstance.scopePtr_ = callbackScopePtr; in AddCallback()