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:APPLICATION
(Results
1 - 13
of
13
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H
A
D
IntfClassRegistryTest.cpp
98
META_REGISTER_CLASS(MyObject1, "440d971e-afae-497a-95c3-97c3ba7f5d18", META_NS::ObjectCategoryBits::
APPLICATION
)
99
META_REGISTER_CLASS(MyObject2, "f8d418d7-99aa-4b19-92b7-319959cc98f1", META_NS::ObjectCategoryBits::
APPLICATION
)
/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H
A
D
icamera_service_callback.h
45
APPLICATION
,
member in OHOS::CameraStandard::CallbackInvoker
/foundation/multimedia/av_session/utils/include/
H
A
D
radar_constants.h
26
APPLICATION
= 1,
member in OHOS::AVSession::TriggerMode
H
A
D
avsession_radar.h
57
static_cast<int32_t>(TriggerMode::
APPLICATION
) :
in CheckTriggerMode()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_cloud.h
32
APPLICATION
H
A
D
rdb_general_store.cpp
756
(rdbCloud->GetLockFlag() & RdbCloud::FLAG::
APPLICATION
)) {
in GetDBProcessCB()
757
rdbCloud->LockCloudDB(RdbCloud::FLAG::
APPLICATION
);
in GetDBProcessCB()
1071
return rdbCloud->LockCloudDB(RdbCloud::FLAG::
APPLICATION
);
1080
return rdbCloud->UnLockCloudDB(RdbCloud::FLAG::
APPLICATION
);
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H
A
D
types.h
115
APPLICATION
= 0x100,
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/
H
A
D
CaptureTest.cpp
226
META_REGISTER_CLASS(TestAttachment, "d4e854a2-b169-4b90-ae31-76e78cdf07b0", META_NS::ObjectCategoryBits::
APPLICATION
)
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
inner_event_report.cpp
100
const char*
APPLICATION
= "application";
member
354
std::string type = eventInfo.abilityName.empty() ?
APPLICATION
: ABILITY;
in InnerSendBundleStateChangeExceptionEvent()
482
std::string type = eventInfo.abilityName.empty() ?
APPLICATION
: ABILITY;
in InnerSendBundleStateChangeEvent()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/api/
H
A
D
FunctionTest.cpp
64
META_REGISTER_CLASS(TestType, "abcd6e8b-36d4-44e4-802d-b2d80e50c612", META_NS::ObjectCategoryBits::
APPLICATION
)
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
object_registry.cpp
322
{ ObjectCategoryBits::
APPLICATION
, "Application specifics" },
in GetAllCategories()
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hcamera_host_manager.cpp
774
statusCallback->OnCameraStatus(cameraId, CAMERA_STATUS_UNAVAILABLE, CallbackInvoker::
APPLICATION
);
in AddCameraDevice()
789
statusCallback->OnCameraStatus(cameraId, CAMERA_STATUS_AVAILABLE, CallbackInvoker::
APPLICATION
);
in RemoveCameraDevice()
H
A
D
hcamera_service.cpp
656
if (invoker == CallbackInvoker::
APPLICATION
) {
in OnCameraStatus()
Completed in 13 milliseconds