Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsExist
(Results
1 - 19
of
19
) sorted by relevance
/base/msdp/device_status/intention/prototype/include/
H
A
D
i_timer_manager.h
33
virtual bool
IsExist
(int32_t) const = 0;
/base/powermgr/battery_manager/test/unittest/src/
H
A
D
battert_service_inner_test.cpp
148
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
D
file_operator.h
29
static bool
IsExist
(const std::string &path);
/base/powermgr/battery_manager/charger/include/
H
A
D
battery_config.h
40
bool
IsExist
(std::string key) const;
/base/update/updateservice/services/core/ability/preference/src/
H
A
D
preference_utils_empty.cpp
89
bool PreferencesUtil::
IsExist
(const std::string &key)
in IsExist()
function in OHOS::UpdateEngine::PreferencesUtil
H
A
D
preference_utils.cpp
223
bool PreferencesUtil::
IsExist
(const std::string &key)
in IsExist()
function in OHOS::UpdateEngine::PreferencesUtil
/base/powermgr/battery_manager/services/native/include/
H
A
D
battery_config.h
46
bool
IsExist
(std::string key) const;
/base/msdp/device_status/intention/scheduler/timer_manager/include/
H
A
D
timer_manager.h
41
bool
IsExist
(int32_t timerId) const override;
/base/update/updateservice/services/firmware/utils/src/
H
A
D
firmware_changelog_utils.cpp
52
if (preferencesUtil->
IsExist
(Firmware::HOTA_CURRENT_COMPONENT_ID)) {
in GetCurrentVersionComponentIds()
/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
H
A
D
input_event_interceptor.cpp
85
if ((pointerEventTimer_ > 0) && (env_->GetTimerManager().
IsExist
(pointerEventTimer_))) {
in Disable()
103
if ((pointerEventTimer_ > 0) && (env_->GetTimerManager().
IsExist
(pointerEventTimer_))) {
in OnPointerEvent()
H
A
D
input_event_builder.cpp
89
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
D
file_operator.cpp
37
bool FileOperator::
IsExist
(const std::string &path)
in IsExist()
function in OHOS::MiscServices::FileOperator
/base/update/updateservice/services/core/ability/preference/include/
H
A
D
preferences_utils.h
46
bool
IsExist
(const std::string &key);
/base/inputmethod/imf/services/src/
H
A
D
ime_cfg_manager.cpp
43
if (!FileOperator::
IsExist
(IME_CFG_FILE_PATH)) {
in ReadImeCfg()
/base/msdp/device_status/test/unittest/intention/scheduler/src/
H
A
D
timer_manager_test.cpp
583
* @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
D
battery_config.cpp
87
bool BatteryConfig::
IsExist
(std::string key) const
in IsExist()
function in OHOS::PowerMgr::BatteryConfig
/base/powermgr/battery_manager/services/native/src/
H
A
D
battery_config.cpp
89
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
D
timer_manager.cpp
122
bool TimerManager::
IsExist
(int32_t timerId) const
/base/msdp/device_status/intention/cooperate/plugin/src/
H
A
D
state_machine.cpp
591
if ((screenEventTimer_ >= 0) && (env_->GetTimerManager().
IsExist
(screenEventTimer_))) {
in OnCommonEvent()
Completed in 9 milliseconds