Searched refs:IsSameObject (Results 1 – 5 of 5) sorted by relevance
425 auto result = localCallRecord.IsSameObject(remote);439 auto result = localCallRecord.IsSameObject(remote);453 auto result = localCallRecord.IsSameObject(remote);
47 bool IsSameObject(const sptr<IRemoteObject> &remote) const;
189 bool LocalCallRecord::IsSameObject(const sptr<IRemoteObject>& remote) const in IsSameObject() function in OHOS::AbilityRuntime::LocalCallRecord
261 return record->IsSameObject(diedRemote); in OnCallStubDied()
314 result = env->IsSameObject(object, refObject_); in Matches()321 result = env->IsSameObject(object, me); in Matches()