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:Exist
(Results
1 - 11
of
11
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_data_ffi.cpp
28
return FFIData::
Exist
(id);
in FfiOHOSAceFrameworkFFIDataExist()
/foundation/arkui/napi/interfaces/inner_api/cjffi/cj_ffi/
H
A
D
cj_data_ffi.cpp
28
return FFIData::
Exist
(id);
in FfiOHOSFFIFFIDataExist()
/foundation/ability/ability_lite/frameworks/ability_lite/include/
H
A
D
ability_slice_stack.h
33
bool
Exist
(const AbilitySlice *slice) const;
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H
A
D
ability_slice_stack.cpp
35
bool AbilitySliceStack::
Exist
(const AbilitySlice *slice) const
in Exist()
function in OHOS::AbilitySliceStack
H
A
D
ability_slice_scheduler.cpp
213
if ((!abilitySliceStack_->
Exist
(&slice)) && (&slice != topAbilitySlice_)) {
in CheckLegalForRemove()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H
A
D
cloud_info.h
51
bool
Exist
(const std::string &bundleName, int32_t instanceId = 0) const;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H
A
D
cloud_test.cpp
148
* @tc.name:
Exist
154
HWTEST_F(CloudInfoTest,
Exist
, TestSize.Level0)
in HWTEST_F()
157
auto result = cloudInfo.
Exist
("", 1);
in HWTEST_F()
176
result = cloudInfo.
Exist
("test_cloud_bundleName", 100);
in HWTEST_F()
181
* @tc.name:
Exist
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
H
A
D
lru_cache.h
57
bool
Exist
(const KeyT& key)
in Exist()
function in OHOS::Media::LruCache
/foundation/arkui/napi/interfaces/inner_api/cjffi/native/
H
A
D
ffi_remote_data.h
206
static bool
Exist
(int64_t id)
in Exist()
function in OHOS::FFI::FFIData
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H
A
D
cloud_info.cpp
114
bool CloudInfo::
Exist
(const std::string &bundleName, int32_t instanceId) const
in Exist()
function in OHOS::DistributedData::CloudInfo
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H
A
D
cloud_service_impl.cpp
115
if (!cloudInfo.
Exist
(bundle)) {
in EnableCloud()
170
if (!cloudInfo.
Exist
(bundleName)) {
in ChangeAppSwitch()
172
if (status != SUCCESS || !cloudInfo.enableCloud || cloudInfo.id != id || !cloudInfo.
Exist
(bundleName)) {
in ChangeAppSwitch()
198
if (!cloudInfo.
Exist
(bundle)) {
in DoClean()
300
if (!cloudInfo.
Exist
(bundleName)) {
in CheckNotifyConditions()
900
if (!bundleName.empty() && !cloudInfo.
Exist
(bundleName, instanceId)) {
in GetSchemaMeta()
Completed in 7 milliseconds