Home
last modified time | relevance | path

Searched defs:switchInfo (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Denable_ime_data_parse_test.cpp146 SwitchInfo switchInfo; variable
167 SwitchInfo switchInfo; variable
190 SwitchInfo switchInfo; variable
209 SwitchInfo switchInfo; variable
231 SwitchInfo switchInfo; variable
252 SwitchInfo switchInfo; variable
270 SwitchInfo switchInfo; variable
286 SwitchInfo switchInfo; variable
303 SwitchInfo switchInfo; variable
321 SwitchInfo switchInfo; variable
[all …]
/ohos5.0/base/inputmethod/imf/test/fuzztest/enableimedataparse_fuzzer/
H A Denableimedataparse_fuzzer.cpp36 void FuzzCheckNeedSwitch(const std::string &key, SwitchInfo &switchInfo, const int32_t userId) in FuzzCheckNeedSwitch()
72 SwitchInfo switchInfo; in LLVMFuzzerTestOneInput() local
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp672 SwitchInfo switchInfo = { std::chrono::system_clock::now(), bundleName, subName }; in SwitchInputMethod() local
704 int32_t InputMethodSystemAbility::OnSwitchInputMethod(int32_t userId, const SwitchInfo &switchInfo, in OnSwitchInputMethod()
765 int32_t InputMethodSystemAbility::OnStartInputType(int32_t userId, const SwitchInfo &switchInfo, in OnStartInputType()
868 int32_t InputMethodSystemAbility::SwitchInputType(int32_t userId, const SwitchInfo &switchInfo) in SwitchInputType()
1341 SwitchInfo switchInfo = { std::chrono::system_clock::now(), target->name, target->id }; in SwitchMode() local
1373 SwitchInfo switchInfo = { std::chrono::system_clock::now(), target->name, target->id }; in SwitchLanguage() local
1385 SwitchInfo switchInfo = { std::chrono::system_clock::now(), "", "" }; in SwitchType() local
1505 SwitchInfo switchInfo; in DatashareCallback() local
1604 …t32_t InputMethodSystemAbility::CheckSwitchPermission(int32_t userId, const SwitchInfo &switchInfo, in CheckSwitchPermission()
1881 SwitchInfo switchInfo = { std::chrono::system_clock::now(), ime.bundleName, ime.subName }; in StartInputType() local
H A Dime_info_inquirer.cpp363 SwitchInfo &switchInfo, int32_t userId, bool enableOn, uint32_t cacheCount) in GetSwitchInfoBySwitchCount()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer.cpp693 const NG::AbilityContextInfo& info, NG::NavDestinationSwitchInfo& switchInfo) in HandleNavDestinationSwitch()
700 const NG::AbilityContextInfo& info, NG::NavDestinationSwitchInfo& switchInfo) in HandleAbilityUIContextNavDestinationSwitch()
723 void UIObserver::HandleUIContextNavDestinationSwitch(const NG::NavDestinationSwitchInfo& switchInfo) in HandleUIContextNavDestinationSwitch()
736 const NavIdAndListenersMap& listenersMap, const NG::NavDestinationSwitchInfo& switchInfo) in HandleListenersWithEmptyNavigationId()
749 const NavIdAndListenersMap& listenersMap, const NG::NavDestinationSwitchInfo& switchInfo) in HandleListenersWithSpecifiedNavigationId()
H A Dui_observer_listener.cpp149 void UIObserverListener::OnNavDestinationSwitch(const NG::NavDestinationSwitchInfo& switchInfo) in OnNavDestinationSwitch()
168 …IObserverListener::CreateNavDestinationSwitchInfoObj(const NG::NavDestinationSwitchInfo& switchInf… in CreateNavDestinationSwitchInfoObj()
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dlocation_data_rdb_manager.cpp172 nlohmann::json switchInfo = nlohmann::json::parse(value, nullptr, false); in GetSwitchStateFromSysparaForUser() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dobserver_handler.cpp255 …NavDestinationSwitchInfo switchInfo(GetUIContextValue(), std::forward<std::optional<NavDestination… in NotifyNavDestinationSwitch() local
/ohos5.0/base/inputmethod/imf/services/adapter/settings_data_provider/src/
H A Denable_ime_data_parser.cpp69 bool EnableImeDataParser::CheckNeedSwitch(const std::string &key, SwitchInfo &switchInfo, const int… in CheckNeedSwitch()