Searched refs:controllerObject (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_keyboard_controller_engine.cpp | 47 JsKeyboardControllerEngine *controllerObject = new (std::nothrow) JsKeyboardControllerEngine(); in JsConstructor() local 48 if (controllerObject == nullptr) { in JsConstructor() 61 napi_status status = napi_wrap(env, thisVar, controllerObject, finalize, nullptr, nullptr); in JsConstructor() 64 delete controllerObject; in JsConstructor()
|
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/proxy/ |
H A D | avsession_service_proxy.cpp | 306 auto controllerObject = iface_cast<AVSessionControllerProxy>(object); in CreateController() local 307 CHECK_AND_RETURN_RET_LOG(controllerObject, AVSESSION_ERROR, "controllerObject is nullptr"); in CreateController() 309 controller = std::shared_ptr<AVSessionController>(controllerObject.GetRefPtr(), in CreateController() 310 [holder = controllerObject](const auto*) {}); in CreateController()
|
/ohos5.0/foundation/window/window_manager/wmserver/src/zidl/ |
H A D | window_manager_stub.cpp | 200 sptr<IRemoteObject> controllerObject = data.ReadRemoteObject(); in OnRemoteRequest() local 201 …WindowAnimationController> controller = iface_cast<RSIWindowAnimationController>(controllerObject); in OnRemoteRequest()
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_controller.cpp | 230 auto controllerObject = GetInstance(); in JsConstructor() local 231 if (controllerObject == nullptr) { in JsConstructor() 238 …env, thisVar, controllerObject.get(), [](napi_env env, void *data, void *hint) {}, nullptr, nullpt… in JsConstructor() 244 if (controllerObject->loop_ == nullptr) { in JsConstructor() 245 napi_get_uv_event_loop(env, &controllerObject->loop_); in JsConstructor()
|