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:SUPPORT
(Results
1 - 11
of
11
) sorted by relevance
/foundation/deviceprofile/device_info_manager/old/services/core/src/contentsensor/
H
A
D
pasteboard_info_collector.cpp
37
constexpr uint32_t
SUPPORT
= 1;
member
58
return enabledStatus == ENABLED_STATUS ?
SUPPORT
: NOT_SUPPORT;
in GetSupportDistributedPasteboard()
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H
A
D
pasteboard_info_collector.cpp
36
constexpr uint32_t
SUPPORT
= 1;
member
98
return enabledStatus == ENABLED_STATUS ?
SUPPORT
: NOT_SUPPORT;
in GetSupportDistributedPasteboard()
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/
H
A
D
enhancement_manager.cpp
250
static_cast<int32_t>(CloudEnhancementAvailableType::
SUPPORT
));
in CancelTasksInternal()
303
static_cast<int32_t>(CloudEnhancementAvailableType::
SUPPORT
));
in RevertEditUpdateInternal()
325
static_cast<int32_t>(CloudEnhancementAvailableType::
SUPPORT
));
in RecoverTrashUpdateInternal()
397
static_cast<int32_t>(CloudEnhancementAvailableType::
SUPPORT
));
in AddServiceTask()
424
static_cast<int32_t>(CloudEnhancementAvailableType::
SUPPORT
));
in AddServiceTask()
450
if (ceAvailable != static_cast<int32_t>(CloudEnhancementAvailableType::
SUPPORT
) &&
in HandleAddOperation()
561
rdbValues.PutInt(PhotoColumn::PHOTO_CE_AVAILABLE, static_cast<int32_t>(CloudEnhancementAvailableType::
SUPPORT
));
in HandleCancelOperation()
611
rdbValues.PutInt(PhotoColumn::PHOTO_CE_AVAILABLE, static_cast<int32_t>(CloudEnhancementAvailableType::
SUPPORT
));
in HandleCancelAllOperation()
653
static_cast<int32_t>(CloudEnhancementAvailableType::
SUPPORT
));
in HandleSyncOperation()
658
static_cast<int32_t>(CloudEnhancementAvailableType::
SUPPORT
));
in HandleSyncOperation()
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H
A
D
app_mgr_constants.h
111
SUPPORT
,
member in OHOS::AppExecFwk::SupportProcessCacheState
/foundation/multimedia/media_library/interfaces/kits/js/include/
H
A
D
cloud_enhancement_napi.h
37
SUPPORT
,
member in OHOS::Media::CE_AVAILABLE
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H
A
D
medialibrary_type_const.h
100
SUPPORT
,
member in OHOS::Media::CloudEnhancementAvailableType
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
cache_process_manager.cpp
298
if (appRecord->GetSupportProcessCacheState() != SupportProcessCacheState::
SUPPORT
) {
in CheckAndSetProcessCacheEnable()
365
case SupportProcessCacheState::
SUPPORT
:
in IsAppSupportProcessCacheInnerFirst()
H
A
D
app_running_record.cpp
2425
procCacheSupportState_ = isSupport ? SupportProcessCacheState::
SUPPORT
: SupportProcessCacheState::NOT_SUPPORT;
in SetSupportedProcessCache()
/foundation/ability/ability_runtime/test/fuzztest/cacheprocessmanagera_fuzzer/
H
A
D
cacheprocessmanagera_fuzzer.cpp
164
appRecord1->procCacheSupportState_ = SupportProcessCacheState::
SUPPORT
;
in CacheProcessManagerFuzztestFunc3()
165
mgr->IsAppSupportProcessCacheInnerFirst(appRecord1); // case CacheState
SUPPORT
in CacheProcessManagerFuzztestFunc3()
167
mgr->IsAppSupportProcessCacheInnerFirst(appRecord1); // case CacheState
SUPPORT
in CacheProcessManagerFuzztestFunc3()
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/
H
A
D
multistages_capture_deferred_photo_proc_session_callback.cpp
101
static_cast<int32_t>(CloudEnhancementAvailableType::
SUPPORT
));
in UpdateCEAvailable()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_cloud_enhancement_test/src/
H
A
D
medialibrary_cloud_enhancement_test.cpp
722
EXPECT_EQ(ceAvailable, static_cast<int32_t>(CloudEnhancementAvailableType::
SUPPORT
));
in HWTEST_F()
Completed in 13 milliseconds