Home
last modified time | relevance | path

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

/base/security/access_token/services/accesstokenmanager/main/cpp/include/callback/
H A Dcallback_manager.h37 CallbackRecord(std::shared_ptr<PermStateChangeScope> callbackScopePtr, sptr<IRemoteObject> callback) in CallbackRecord()
38 : scopePtr_(callbackScopePtr), callbackObject_(callback) in CallbackRecord()
/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
85 recordInstance.scopePtr_ = callbackScopePtr; in AddCallback()

Completed in 2 milliseconds