Home
last modified time | relevance | path

Searched refs:IsSameObject (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dlocal_call_record_ut_test.cpp425 auto result = localCallRecord.IsSameObject(remote);
439 auto result = localCallRecord.IsSameObject(remote);
453 auto result = localCallRecord.IsSameObject(remote);
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dlocal_call_record.h47 bool IsSameObject(const sptr<IRemoteObject> &remote) const;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dlocal_call_record.cpp189 bool LocalCallRecord::IsSameObject(const sptr<IRemoteObject>& remote) const in IsSameObject() function in OHOS::AbilityRuntime::LocalCallRecord
H A Dlocal_call_container.cpp261 return record->IsSameObject(diedRemote); in OnCallStubDied()
/ohos5.0/foundation/communication/ipc/ipc/native/src/jni/source/
H A Dohos_rpc_remote_object.cpp314 result = env->IsSameObject(object, refObject_); in Matches()
321 result = env->IsSameObject(object, me); in Matches()