Searched defs:CallbackRecord (Results 1 – 2 of 2) sorted by relevance
34 struct CallbackRecord { struct35 CallbackRecord() : scopePtr_(nullptr), callbackObject_(nullptr) in CallbackRecord() function37 …CallbackRecord(std::shared_ptr<PermStateChangeScope> callbackScopePtr, sptr<IRemoteObject> callbac… in CallbackRecord() argument41 std::shared_ptr<PermStateChangeScope> scopePtr_;42 sptr<IRemoteObject> callbackObject_;
438 std::list<SimAccountCallbackRecord> CallbackRecord = GetSimAccountCallbackRecords(); in NotifySimAccountChanged() local