Lines Matching defs:remote
119 sptr<IRemoteObject> remote = data.ReadRemoteObject();
120 if (remote == nullptr) {
121 SCLOCK_HILOGE("remote is nullptr");
124 sptr<ScreenLockCallbackInterface> listener = iface_cast<ScreenLockCallbackInterface>(remote);
136 sptr<IRemoteObject> remote = data.ReadRemoteObject();
137 if (remote == nullptr) {
138 SCLOCK_HILOGE("remote is nullptr");
141 sptr<ScreenLockCallbackInterface> listener = iface_cast<ScreenLockCallbackInterface>(remote);
153 sptr<IRemoteObject> remote = data.ReadRemoteObject();
154 if (remote == nullptr) {
155 SCLOCK_HILOGE("ScreenLockManagerStub remote is nullptr");
158 sptr<ScreenLockCallbackInterface> listener = iface_cast<ScreenLockCallbackInterface>(remote);
170 sptr<IRemoteObject> remote = data.ReadRemoteObject();
171 if (remote == nullptr) {
172 SCLOCK_HILOGE("ScreenLockManagerStub remote is nullptr");
175 sptr<ScreenLockSystemAbilityInterface> listener = iface_cast<ScreenLockSystemAbilityInterface>(remote);