Home
last modified time | relevance | path

Searched defs:CallbackRecord (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/include/callback/
H A Dcallback_manager.h34 struct CallbackRecord { struct
35 CallbackRecord() : scopePtr_(nullptr), callbackObject_(nullptr) in CallbackRecord() argument
37CallbackRecord(std::shared_ptr<PermStateChangeScope> callbackScopePtr, sptr<IRemoteObject> callbac… in CallbackRecord() function
41 std::shared_ptr<PermStateChangeScope> scopePtr_;
42 sptr<IRemoteObject> callbackObject_;
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dmulti_sim_monitor.cpp438 std::list<SimAccountCallbackRecord> CallbackRecord = GetSimAccountCallbackRecords(); in NotifySimAccountChanged() local