Searched refs:callbackScopePtr (Results 1 – 2 of 2) sorted by relevance
37 …CallbackRecord(std::shared_ptr<PermStateChangeScope> callbackScopePtr, sptr<IRemoteObject> callbac… in CallbackRecord()38 : scopePtr_(callbackScopePtr), callbackObject_(callback) in CallbackRecord()
67 auto callbackScopePtr = std::make_shared<PermStateChangeScope>(scopeRes); in AddCallback() local82 recordInstance.scopePtr_ = callbackScopePtr; in AddCallback()