Lines Matching defs:obj
228 sptr<IRemoteObject> obj = data.ReadRemoteObject();
229 if (obj == nullptr) {
233 delayGetter = iface_cast<IPasteboardDelayGetter>(obj);
241 sptr<IRemoteObject> obj = data.ReadRemoteObject();
242 if (obj == nullptr) {
246 entryGetter = iface_cast<IPasteboardEntryGetter>(obj);
305 sptr<IRemoteObject> obj = data.ReadRemoteObject();
306 if (obj == nullptr) {
307 PASTEBOARD_HILOGI(PASTEBOARD_MODULE_SERVICE, "obj nullptr");
310 callback = iface_cast<IPasteboardChangedObserver>(obj);