Home
last modified time | relevance | path

Searched refs:iro (Results 1 - 3 of 3) sorted by relevance

/foundation/systemabilitymgr/samgr/services/lsamgr/src/
H A Dlocal_ability_manager_proxy.cpp46 sptr<IRemoteObject> iro = Remote(); in StartAbility() local
47 if (iro == nullptr) { in StartAbility()
69 int32_t status = iro->SendRequest( in StartAbility()
91 sptr<IRemoteObject> iro = Remote(); in StopAbility() local
92 if (iro == nullptr) { in StopAbility()
114 int32_t status = iro->SendRequest( in StopAbility()
131 sptr<IRemoteObject> iro = Remote(); in ActiveAbility() local
132 if (iro == nullptr) { in ActiveAbility()
153 int32_t status = iro->SendRequest( in ActiveAbility()
175 sptr<IRemoteObject> iro in IdleAbility() local
223 sptr<IRemoteObject> iro = Remote(); SendStrategyToSA() local
268 sptr<IRemoteObject> iro = Remote(); IpcStatCmdProc() local
310 sptr<IRemoteObject> iro = Remote(); FfrtDumperProc() local
350 sptr<IRemoteObject> iro = Remote(); SystemAbilityExtProc() local
[all...]
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_process_status_change_proxy.cpp52 sptr<IRemoteObject> iro = Remote(); in SendRequestInner() local
53 if (iro == nullptr) { in SendRequestInner()
73 int32_t status = iro->SendRequest(code, data, reply, option); in SendRequestInner()
H A Dsystem_ability_status_change_proxy.cpp52 sptr<IRemoteObject> iro = Remote(); in SendRequestInner() local
53 if (iro == nullptr) { in SendRequestInner()
76 int32_t status = iro->SendRequest(code, data, reply, option); in SendRequestInner()

Completed in 1 milliseconds