Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent/
Dhiappevent_cfg.h61 #define DISABLE "disable" macro
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_status.h22 enum InputMethodStatus : uint32_t { DISABLE = 0, ENABLE, ALL }; enumerator
/base/powermgr/thermal_manager/services/native/include/thermal_observer/state_machine/
Dcharger_state_collection.h40 DISABLE = 0, enumerator
/base/powermgr/power_manager/services/native/src/setting/
Dsetting_helper.h30 DISABLE = 0, enumerator
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_config.cpp35 const std::string DISABLE = "disable"; variable
122 if (name == DISABLE) { in SetConfigurationItem()
/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_native_test.cpp352 OH_HiAppEvent_Configure(DISABLE, "true");
359 OH_HiAppEvent_Configure(DISABLE, "false");
385 res = OH_HiAppEvent_Configure(DISABLE, "xxx");
/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
Dcharger_state_collection.cpp107 state_ = ToString(DISABLE); in HandleChangerStatusCompleted()
/base/hiviewdfx/hiappevent/
DREADME_zh.md191 | DISABLE | const char[] | 打点功能开关的配置项名称,对应的默认配置值为“false”表示不关闭打点功能。 |
303 OH_HiAppEvent_Configure(DISABLE, "true");
DREADME.md191 | DISABLE | const char[] | Sets the application event logging switch. The value <strong>true</s…
303 OH_HiAppEvent_Configure(DISABLE, "true");
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_setting.cpp218 ctxt->inputMethodStatus = enable ? InputMethodStatus::ENABLE : InputMethodStatus::DISABLE; in GetInputMethods()
/base/inputmethod/imf/services/src/
Dime_info_inquirer.cpp256 if (status == InputMethodStatus::DISABLE) { in ListInputMethod()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp583 return ListInputMethodCommon(enable ? ENABLE : DISABLE, props); in ListInputMethod()
/base/telephony/core_service/frameworks/native/src/
Dcore_service_proxy.cpp1720 static const int32_t DISABLE = 0; in SetActiveSim() local
1722 if (enable != DISABLE && enable != ENABLE) { in SetActiveSim()