Searched refs:jsRemoteStateChangedObj_ (Results 1 – 1 of 1) sorted by relevance
57 …llerCallBackObj_(callerCallBack), jsReleaseCallBackObj_(nullptr), jsRemoteStateChangedObj_(nullptr) in JsCallerComplex()346 if (jsRemoteStateChangedObj_ == nullptr) { in OnRemoteStateChangedNotifyTask()351 napi_value value = jsRemoteStateChangedObj_->GetNapiValue(); in OnRemoteStateChangedNotifyTask()352 napi_value callback = jsRemoteStateChangedObj_->GetNapiValue(); in OnRemoteStateChangedNotifyTask()451 jsRemoteStateChangedObj_.reset(reinterpret_cast<NativeReference*>(ref)); in SetOnRemoteStateChangedInner()473 std::unique_ptr<NativeReference> jsRemoteStateChangedObj_; member in OHOS::AbilityRuntime::__anonfbe20f340110::JsCallerComplex