Home
last modified time | relevance | path

Searched refs:infoTemp (Results 1 - 3 of 3) sorted by relevance

/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_cooperate_context.cpp317 auto infoTemp = std::string(__FUNCTION__) + ": " + std::string(WRAP) + " failed"; in JsConstructor() local
318 napi_throw_error(env, nullptr, infoTemp.c_str()); in JsConstructor()
/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp560 InputClientInfo infoTemp = *clientInfo; in OnStartInput() local
561 infoTemp.isShowKeyboard = inputClientInfo.isShowKeyboard; in OnStartInput()
562 infoTemp.isNotifyInputStart = inputClientInfo.isNotifyInputStart; in OnStartInput()
563 infoTemp.needHide = inputClientInfo.needHide; in OnStartInput()
565 int32_t ret = BindClientWithIme(std::make_shared<InputClientInfo>(infoTemp), imeType, true); in OnStartInput()
735 InputClientInfo infoTemp = { .isShowKeyboard = true, in OnUnRegisteredProxyIme() local
738 return BindClientWithIme(std::make_shared<InputClientInfo>(infoTemp), ImeType::IME); in OnUnRegisteredProxyIme()
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_coordination_context.cpp523 auto infoTemp = std::string(__FUNCTION__) + ": " + std::string(WRAP) + " failed"; in JsConstructor() local
524 napi_throw_error(env, nullptr, infoTemp.c_str()); in JsConstructor()

Completed in 6 milliseconds