Home
last modified time | relevance | path

Searched refs:OnCallStubDied (Results 1 - 10 of 10) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dlocal_call_record.cpp65 TAG_LOGE(AAFwkTag::LOCAL_CALL, "OnCallStubDied failed"); in SetRemoteObject()
68 record->OnCallStubDied(remote); in SetRemoteObject()
118 void LocalCallRecord::OnCallStubDied(const wptr<IRemoteObject>& remote) in OnCallStubDied() function in OHOS::AbilityRuntime::LocalCallRecord
H A Dlocal_call_container.cpp257 void LocalCallContainer::OnCallStubDied(const wptr<IRemoteObject>& remote) in OnCallStubDied() function in OHOS::AbilityRuntime::LocalCallContainer
273 (*iter)->OnCallStubDied(remote); in OnCallStubDied()
294 (*iterMultiple)->OnCallStubDied(remote); in OnCallStubDied()
367 container->OnCallStubDied(arg); in OnAbilityConnectDone()
/foundation/ability/ability_runtime/test/moduletest/ability_caller_fw_module_test/
H A Dability_caller_fw_module_test.cpp186 * @tc.desc: Ability Caller to process OnCallStubDied, and the result is success.
203 localCallRecord->OnCallStubDied(nullptr); in HWTEST_F()
210 * @tc.desc: Ability Caller to process OnCallStubDied, and the result is fail because no caller.
226 localCallRecord.OnCallStubDied(callRemoteObject); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dcall_record.cpp74 call->OnCallStubDied(remote); in SetCallStub()
166 void CallRecord::OnCallStubDied(const wptr<IRemoteObject> &remote) in OnCallStubDied() function in OHOS::AAFwk::CallRecord
/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dlocal_call_record.h39 void OnCallStubDied(const wptr<IRemoteObject> &remote);
H A Dlocal_call_container.h51 void OnCallStubDied(const wptr<IRemoteObject> &remote);
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dcall_record.h74 void OnCallStubDied(const wptr<IRemoteObject> &remote);
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dlocal_call_record_ut_test.cpp161 * @tc.name: OnCallStubDied
162 * @tc.desc: LocalCallRecord to process OnCallStubDied success.
174 localCallRecord.OnCallStubDied(nullptr); in HWTEST_F()
179 * @tc.name: OnCallStubDied
180 * @tc.desc: LocalCallRecord to process OnCallStubDied fail because callers_ is empty.
191 localCallRecord.OnCallStubDied(nullptr); in HWTEST_F()
196 * @tc.name: OnCallStubDied
197 * @tc.desc: LocalCallRecord to process OnCallStubDied fail because callback is null.
209 localCallRecord.OnCallStubDied(nullptr); in HWTEST_F()
H A Dlocal_call_container_ut_test.cpp683 * @tc.name: OnCallStubDied
696 localCallContainer.OnCallStubDied(remote); in HWTEST_F()
702 * @tc.name: OnCallStubDied
715 localCallContainer.OnCallStubDied(remote); in HWTEST_F()
721 * @tc.name: OnCallStubDied
736 localCallContainer.OnCallStubDied(remote); in HWTEST_F()
742 * @tc.name: OnCallStubDied
756 localCallContainer.OnCallStubDied(remote); in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/
H A Dapplicationanrlistener_fuzzer.cpp169 callRecord->OnCallStubDied(object); in DoSomethingInterestingWithMyAPI()

Completed in 6 milliseconds