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:Check
(Results
1 - 25
of
49
) sorted by relevance
1
2
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H
A
D
subscribe_info_checker_test.cpp
60
* @tc.desc:
Check
73
bool ret = SubscribeInfoChecker::GetInstance().
Check
(infos);
in HWTEST_F()
79
* @tc.desc:
Check
92
bool ret = SubscribeInfoChecker::GetInstance().
Check
(infos);
in HWTEST_F()
98
* @tc.desc:
Check
111
bool ret = SubscribeInfoChecker::GetInstance().
Check
(infos);
in HWTEST_F()
117
* @tc.desc:
Check
130
bool ret = SubscribeInfoChecker::GetInstance().
Check
(infos);
in HWTEST_F()
136
* @tc.desc:
Check
148
bool ret = SubscribeInfoChecker::GetInstance().
Check
(info
in HWTEST_F()
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H
A
D
capture.h
92
* @tparam
Check
Decides if captured parameters should be valid before func is invoked.
94
template<bool
Check
, typename... Other>
99
if constexpr (
Check
) {
in Call()
113
template<bool
Check
, typename Lambda, typename... Args>
117
return CaptureCallImpl<
Check
, decltype(other)...>::Call(
in CaptureImpl()
/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/
H
A
D
volume_info_test.cpp
138
ret = mock.
Check
();
in HWTEST_F()
192
ret = mock.
Check
();
in HWTEST_F()
223
ret = mock.
Check
();
in HWTEST_F()
255
ret = mock.
Check
();
in HWTEST_F()
314
ret = mock.
Check
();
in HWTEST_F()
347
ret = mock.
Check
();
in HWTEST_F()
383
ret = mock.
Check
();
in HWTEST_F()
397
* @tc.desc: Verify the
Check
function when mount state is incorrect.
410
ret = mock.
Check
();
in HWTEST_F()
418
* @tc.desc: Verify the
Check
functio
[all...]
H
A
D
process_test.cpp
60
ret = mock.
Check
();
in HWTEST_F()
H
A
D
volume_manager_test.cpp
164
* @tc.desc: Verify the
Check
function.
178
int32_t result = volumeManager->
Check
(volId);
in HWTEST_F()
188
* @tc.desc: Verify the
Check
function not existing situation.
200
int32_t result = volumeManager->
Check
(volId);
in HWTEST_F()
/foundation/deviceprofile/device_info_manager/old/services/core/include/subscribemanager/
H
A
D
subscribe_info_checker.h
32
bool
Check
(const std::list<SubscribeInfo>& subscribeInfos);
/foundation/arkui/ace_engine/frameworks/component_test/
H
A
D
idle_watcher.cpp
41
if (ComponentTestManagerImpl::Get()->pipelineStatusHolder.
Check
()) {
in VsyncCountFirstCheck()
55
if (ComponentTestManagerImpl::Get()->pipelineStatusHolder.
Check
()) {
in VsyncCountSecondCheck()
H
A
D
pipeline_status.h
38
bool
Check
()
in Check()
function in OHOS::Ace::ComponentTest::PipelineStatusHolder
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/sync_strategies/
H
A
D
network_sync_strategy.cpp
66
if (!
Check
(info.strategy)) {
in CheckSyncAction()
103
bool NetworkSyncStrategy::
Check
(uint32_t strategy)
in Check()
function in OHOS::CloudData::NetworkSyncStrategy
H
A
D
network_sync_strategy.h
51
static bool
Check
(uint32_t strategy);
/foundation/graphic/graphic_surface/utils/hebc_white_list/test/unittest/
H
A
D
hebc_white_list_test.cpp
39
* Function:
Check
44
* 2. call
Check
52
bool isInHebcList = HebcWhiteList::GetInstance().
Check
(appName);
in HWTEST_F()
/foundation/graphic/graphic_surface/utils/hebc_white_list/
H
A
D
hebc_white_list.h
36
[[nodiscard]] bool
Check
(const std::string& appName) noexcept;
H
A
D
hebc_white_list.cpp
30
bool HebcWhiteList::
Check
(const std::string& name) noexcept
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/include/
H
A
D
distributed_crud_transaction_tools.h
47
void
Check
();
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H
A
D
property.h
195
if (groupProperty->
Check
##name(value)) { \
207
if (groupProperty->
Check
##groupItem(value)) { \
219
if (groupProperty->
Check
##name(value)) { \
232
if (groupProperty->
Check
##name(value)) { \
355
bool
Check
##name(const type& value) const \
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H
A
D
volume_manager.cpp
101
int32_t VolumeManager::
Check
(const std::string volId)
in Check()
function in OHOS::StorageDaemon::VolumeManager
109
int32_t err = info->
Check
();
in Check()
/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H
A
D
subscribe_info_checker.cpp
35
bool SubscribeInfoChecker::
Check
(const std::list<SubscribeInfo>& subscribeInfos)
in Check()
function in OHOS::DeviceProfile::SubscribeInfoChecker
/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/
H
A
D
volume_manager.h
36
int32_t
Check
(const std::string volId);
H
A
D
volume_info.h
46
int32_t
Check
();
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
H
A
D
volume_manager_service.cpp
110
int32_t result =
Check
(volumePtr->GetId());
in Mount()
150
int32_t VolumeManagerService::
Check
(std::string volumeId)
in Check()
function in OHOS::StorageManager::VolumeManagerService
163
int32_t result = sdCommunication->
Check
(volumeId);
in Check()
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
watch_dog.cpp
47
//
Check
if GC signal is in pending signal set
in CheckGcSignal()
69
//
Check
again
in CheckGcSignal()
127
void
Check
();
158
sp->
Check
();
in ThreadWatcher()
240
void ThreadWatcher::
Check
()
in Check()
function in OHOS::Ace::ThreadWatcher
284
sp->
Check
();
in Check()
H
A
D
watch_dog_mingw.cpp
93
void
Check
();
121
sp->
Check
();
in ThreadWatcher()
204
void ThreadWatcher::
Check
()
in Check()
function in OHOS::Ace::ThreadWatcher
248
sp->
Check
();
in Check()
/foundation/filemanagement/storage_service/services/storage_manager/include/volume/
H
A
D
volume_manager_service.h
49
int32_t
Check
(std::string volumeId);
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
H
A
D
lru_cache.h
110
bool
Check
()
in Check()
function in OHOS::Media::LruCache
H
A
D
media_cached_buffer.h
89
bool
Check
();
223
bool
Check
();
Completed in 19 milliseconds
1
2