Home
last modified time | relevance | path

Searched refs:remoteStateChanegdEngine_ (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_caller_complex.cpp56 callee_(callee), releaseCallBackEngine_(env), remoteStateChanegdEngine_(env), in JsCallerComplex()
353 napi_value args[] = { CreateJsValue(remoteStateChanegdEngine_, str) }; in OnRemoteStateChangedNotifyTask()
354 napi_call_function(remoteStateChanegdEngine_, value, callback, 1, args, nullptr); in OnRemoteStateChangedNotifyTask()
450 napi_create_reference(remoteStateChanegdEngine_, param1, 1, &ref); in SetOnRemoteStateChangedInner()
469 napi_env remoteStateChanegdEngine_; member in OHOS::AbilityRuntime::__anonfbe20f340110::JsCallerComplex