Home
last modified time | relevance | path

Searched defs:subProperty (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/common/src/
H A Dime_setting_listener_test_impl.cpp67 bool ImeSettingListenerTestImpl::WaitImeChange(const SubProperty &subProperty) in WaitImeChange()
74 …d ImeSettingListenerTestImpl::OnImeChange(const Property &property, const SubProperty &subProperty) in OnImeChange()
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dime_event_listener.h30 virtual void OnImeChange(const Property &property, const SubProperty &subProperty){}; in OnImeChange()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_client_stub.cpp90 SubProperty subProperty; in OnSwitchInputOnRemote() local
129 int32_t InputClientStub::OnSwitchInput(const Property &property, const SubProperty &subProperty) in OnSwitchInput()
H A Dinput_client_proxy.cpp41 int32_t InputClientProxy::OnSwitchInput(const Property &property, const SubProperty &subProperty) in OnSwitchInput()
H A Dime_event_monitor_manager_impl.cpp104 …t ImeEventMonitorManagerImpl::OnImeChange(const Property &property, const SubProperty &subProperty) in OnImeChange()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_container_test.cpp111 sptr<WindowProperty> subProperty = CreateWindowProperty(111u, "test2", variable
130 sptr<WindowProperty> subProperty = CreateWindowProperty(111u, "test2", variable
144 sptr<WindowProperty> subProperty = CreateWindowProperty(110u, "test1", variable
363 sptr<WindowProperty> subProperty = CreateWindowProperty(111u, "test2", variable
403 sptr<WindowProperty> subProperty = CreateWindowProperty(111u, "test2", variable
451 sptr<WindowProperty> subProperty = CreateWindowProperty(111u, "test2", variable
600 sptr<WindowProperty> subProperty = CreateWindowProperty(111u, "test2", variable
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputclientstub_fuzzer/
H A Dinputclientstub_fuzzer.cpp72 SubProperty subProperty = {}; in TestOnSwitchInput() local
/ohos5.0/base/inputmethod/imf/test/fuzztest/perusersession_fuzzer/
H A Dperusersession_fuzzer.cpp78 SubProperty subProperty; in FuzzPerUserSession() local
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.h107 SubProperty subProperty; member
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A DnewIme_switch_test.cpp107 auto subProperty = imc_->GetCurrentInputMethodSubtype(); in CheckCurrentSubProp() local
H A Dvirtual_listener_test.cpp240 SubProperty subProperty; variable
H A Dinput_method_switch_test.cpp114 auto subProperty = imc_->GetCurrentInputMethodSubtype(); in CheckCurrentSubProp() local
H A Dinput_method_private_member_test.cpp120 auto subProperty = inquirer.GetExtends(metaData); variable
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_setting.h134 SubProperty subProperty; member
H A Djs_input_method.cpp136 napi_value JsInputMethod::GetJsInputMethodSubProperty(napi_env env, const SubProperty &subProperty) in GetJsInputMethodSubProperty()
294 …std::shared_ptr<SubProperty> subProperty = InputMethodController::GetInstance()->GetCurrentInputMe… in GetCurrentInputMethodSubtype() local
H A Djs_get_input_method_setting.cpp591 void JsGetInputMethodSetting::OnImeChange(const Property &property, const SubProperty &subProperty) in OnImeChange()
613 … napi_value subProperty = JsInputMethod::GetJsInputMethodSubProperty(env, entry->subProperty); in OnImeChange() local
/ohos5.0/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp825 … PerUserSession::NotifyImeChangeToClients(const Property &property, const SubProperty &subProperty) in NotifyImeChangeToClients()
1252 int32_t PerUserSession::SwitchSubtype(const SubProperty &subProperty) in SwitchSubtype()
1262 int32_t PerUserSession::SwitchSubtypeWithoutStartIme(const SubProperty &subProperty) in SwitchSubtypeWithoutStartIme()
H A Dime_info_inquirer.cpp464 SubProperty subProperty; in ListInputMethodSubtype() local
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp801 for (const auto& subProperty : property.metaData.memberProperties) { in WriteProperty() local
1179 for (const auto& subProperty : property.metaData.memberProperties) { in ReadProperty() local
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp314 SubProperty subProperty; in OnSetSubtype() local
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test2.cpp445 sptr<WindowSessionProperty> subProperty = sptr<WindowSessionProperty>::MakeSptr(); variable