Home
last modified time | relevance | path

Searched refs:IsExist (Results 1 - 19 of 19) sorted by relevance

/base/msdp/device_status/intention/prototype/include/
H A Di_timer_manager.h33 virtual bool IsExist(int32_t) const = 0;
/base/powermgr/battery_manager/test/unittest/src/
H A Dbattert_service_inner_test.cpp148 if (!g_configTest.IsExist(key)) { in HWTEST_F()
169 if (!g_configTest.IsExist(key)) { in HWTEST_F()
191 if (!g_configTest.IsExist(key)) { in HWTEST_F()
213 if (!g_configTest.IsExist(key)) { in HWTEST_F()
234 if (!g_configTest.IsExist(key)) { in HWTEST_F()
308 if (!g_configTest.IsExist(key)) { in HWTEST_F()
330 EXPECT_TRUE(!g_configTest.IsExist(key)); in HWTEST_F()
/base/inputmethod/imf/services/file/include/
H A Dfile_operator.h29 static bool IsExist(const std::string &path);
/base/powermgr/battery_manager/charger/include/
H A Dbattery_config.h40 bool IsExist(std::string key) const;
/base/update/updateservice/services/core/ability/preference/src/
H A Dpreference_utils_empty.cpp89 bool PreferencesUtil::IsExist(const std::string &key) in IsExist() function in OHOS::UpdateEngine::PreferencesUtil
H A Dpreference_utils.cpp223 bool PreferencesUtil::IsExist(const std::string &key) in IsExist() function in OHOS::UpdateEngine::PreferencesUtil
/base/powermgr/battery_manager/services/native/include/
H A Dbattery_config.h46 bool IsExist(std::string key) const;
/base/msdp/device_status/intention/scheduler/timer_manager/include/
H A Dtimer_manager.h41 bool IsExist(int32_t timerId) const override;
/base/update/updateservice/services/firmware/utils/src/
H A Dfirmware_changelog_utils.cpp52 if (preferencesUtil->IsExist(Firmware::HOTA_CURRENT_COMPONENT_ID)) { in GetCurrentVersionComponentIds()
/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_interceptor.cpp85 if ((pointerEventTimer_ > 0) && (env_->GetTimerManager().IsExist(pointerEventTimer_))) { in Disable()
103 if ((pointerEventTimer_ > 0) && (env_->GetTimerManager().IsExist(pointerEventTimer_))) { in OnPointerEvent()
H A Dinput_event_builder.cpp89 if ((pointerEventTimer_ > 0) && (env_->GetTimerManager().IsExist(pointerEventTimer_))) { in Disable()
178 if ((pointerEventTimer_ > 0) && (env_->GetTimerManager().IsExist(pointerEventTimer_))) { in OnPointerEvent()
/base/inputmethod/imf/services/file/src/
H A Dfile_operator.cpp37 bool FileOperator::IsExist(const std::string &path) in IsExist() function in OHOS::MiscServices::FileOperator
/base/update/updateservice/services/core/ability/preference/include/
H A Dpreferences_utils.h46 bool IsExist(const std::string &key);
/base/inputmethod/imf/services/src/
H A Dime_cfg_manager.cpp43 if (!FileOperator::IsExist(IME_CFG_FILE_PATH)) { in ReadImeCfg()
/base/msdp/device_status/test/unittest/intention/scheduler/src/
H A Dtimer_manager_test.cpp583 * @tc.desc: Test IsExist, The newly added clock ID has been determined to exist and is expected to succeed
606 bool exist = timerMgr->IsExist(timerId_); in HWTEST_F()
614 exist = timerMgr->IsExist(ERROR_TIMERID); in HWTEST_F()
627 * @tc.desc: Test IsExist, Invalid clock ID, determine if it does not exist
634 bool exist = timerMgr.IsExist(ERROR_TIMERID); in HWTEST_F()
/base/powermgr/battery_manager/charger/src/
H A Dbattery_config.cpp87 bool BatteryConfig::IsExist(std::string key) const in IsExist() function in OHOS::PowerMgr::BatteryConfig
/base/powermgr/battery_manager/services/native/src/
H A Dbattery_config.cpp89 bool BatteryConfig::IsExist(std::string key) const in IsExist() function in OHOS::PowerMgr::BatteryConfig
/base/msdp/device_status/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp122 bool TimerManager::IsExist(int32_t timerId) const
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dstate_machine.cpp591 if ((screenEventTimer_ >= 0) && (env_->GetTimerManager().IsExist(screenEventTimer_))) { in OnCommonEvent()

Completed in 9 milliseconds