Searched refs:remoteObj (Results 1 – 6 of 6) sorted by relevance
96 sptr<IRemoteObject> remoteObj = OHOS::HDI::hdi_objcast<IAllocator>(allocator_); in ~DisplayBufferHdiImpl() local97 remoteObj->RemoveDeathRecipient(recipient_); in ~DisplayBufferHdiImpl()104 sptr<IRemoteObject> remoteObj = OHOS::HDI::hdi_objcast<IAllocator>(allocator_); in AddDeathRecipient() local108 remoteObj->RemoveDeathRecipient(recipient_); in AddDeathRecipient()110 bool ret = remoteObj->AddDeathRecipient(recipient); in AddDeathRecipient()123 sptr<IRemoteObject> remoteObj = OHOS::HDI::hdi_objcast<IAllocator>(allocator_); in RemoveDeathRecipient() local124 remoteObj->RemoveDeathRecipient(recipient_); in RemoveDeathRecipient()
45 sptr<IRemoteObject> remoteObj = dataParcel.ReadRemoteObject(); in Unmarshalling() local46 sptr<OHOS::IBufferProducer> bufferProducer = OHOS::iface_cast<OHOS::IBufferProducer>(remoteObj); in Unmarshalling()
214 auto remoteObj = NAPI_ohos_rpc_getNativeRemoteObject( in OnConnect() local216 if (remoteObj == nullptr) { in OnConnect()219 return remoteObj; in OnConnect()231 …sptr<IRemoteObject> remoteObj = NAPI_ohos_rpc_getNativeRemoteObject(reinterpret_cast<napi_env>(nat… in OnConnect() local233 if (remoteObj == nullptr) { in OnConnect()236 return remoteObj; in OnConnect()
84 sptr<IRemoteObject> remoteObj = OHOS::HDI::hdi_objcast<CompHdi>(hdi_); in ~DisplayComposerHdiImpl() local85 remoteObj->RemoveDeathRecipient(recipient_); in ~DisplayComposerHdiImpl()92 sptr<IRemoteObject> remoteObj = OHOS::HDI::hdi_objcast<CompHdi>(hdi_); in AddDeathRecipient() local96 remoteObj->RemoveDeathRecipient(recipient_); in AddDeathRecipient()98 bool ret = remoteObj->AddDeathRecipient(recipient); in AddDeathRecipient()111 sptr<IRemoteObject> remoteObj = OHOS::HDI::hdi_objcast<CompHdi>(hdi_); in RemoveDeathRecipient() local112 remoteObj->RemoveDeathRecipient(recipient_); in RemoveDeathRecipient()
231 napi_value remoteObj; in GetCallbackResult() local233 napi_get_undefined(env, &remoteObj); in GetCallbackResult()237 remoteObj = NAPI_ohos_rpc_CreateJsRemoteObject(env, drvExtObj); in GetCallbackResult()243 napi_set_named_property(env, result, "remote", remoteObj); in GetCallbackResult()
971 sptr<IRemoteObject> remoteObj = data->ReadRemoteObject(); in SetProxyRemoteCallback() local972 if (remoteObj == nullptr) { in SetProxyRemoteCallback()976 int32_t ret = SetCallBackObject(remoteObj); in SetProxyRemoteCallback()