Searched defs:connectCaller (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ability_connection_manager_test.cpp | 70 sptr<IRemoteObject> connectCaller = new (std::nothrow) AbilityConnection(); variable 88 sptr<IRemoteObject> connectCaller = new (std::nothrow) AbilityConnection(); variable 123 sptr<IRemoteObject> connectCaller = new (std::nothrow) AbilityConnection(); variable 159 sptr<IRemoteObject> connectCaller = new (std::nothrow) AbilityConnection(); variable 178 sptr<IRemoteObject> connectCaller = new (std::nothrow) AbilityConnection(); variable 209 sptr<IRemoteObject> connectCaller = new (std::nothrow) AbilityConnection(); variable 242 sptr<IRemoteObject> connectCaller = new (std::nothrow) AbilityConnection(); variable 299 sptr<IRemoteObject> connectCaller = new (std::nothrow) AbilityConnection(); variable 317 sptr<IRemoteObject> connectCaller = new (std::nothrow) AbilityConnection(); variable 368 sptr<IRemoteObject> connectCaller = new (std::nothrow) AbilityConnection(); variable [all …]
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/ |
H A D | connection_manager.cpp | 34 ErrCode ConnectionManager::ConnectAbility(const sptr<IRemoteObject>& connectCaller, in ConnectAbility() 40 ErrCode ConnectionManager::ConnectAbilityWithAccount(const sptr<IRemoteObject>& connectCaller, in ConnectAbilityWithAccount() 46 …rCode ConnectionManager::ConnectUIServiceExtensionAbility(const sptr<IRemoteObject>& connectCaller, in ConnectUIServiceExtensionAbility() 52 ErrCode ConnectionManager::ConnectAbilityInner(const sptr<IRemoteObject>& connectCaller, in ConnectAbilityInner() 111 const sptr<IRemoteObject>& connectCaller, const AAFwk::Want& connectReceiver, int32_t accountId, in MatchConnection() 135 ErrCode ConnectionManager::CreateConnection(const sptr<IRemoteObject>& connectCaller, in CreateConnection() 168 ErrCode ConnectionManager::DisconnectAbility(const sptr<IRemoteObject>& connectCaller, in DisconnectAbility() 176 ErrCode ConnectionManager::DisconnectAbility(const sptr<IRemoteObject>& connectCaller, in DisconnectAbility() 224 bool ConnectionManager::DisconnectCaller(const sptr<IRemoteObject>& connectCaller) in DisconnectCaller() 324 bool ConnectionManager::IsConnectCallerEqual(const sptr<IRemoteObject>& connectCaller, in IsConnectCallerEqual()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/ |
H A D | connection_manager.h | 32 sptr<IRemoteObject> connectCaller; member
|