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:using
(Results
1 - 14
of
14
) sorted by relevance
/applications/standard/calendardata/calendarmanager/common/
H
A
D
calendar_define.h
24
using
std::string;
25
using
std::string_view;
26
using
std::vector;
27
using
std::optional;
28
using
std::variant;
/applications/sample/camera/launcher/launcher/src/main/cpp/
H
A
D
app_info.h
29
using
funcLongPress = bool (*)(AppInfo *app);
30
using
funcClick = bool (*)(AppInfo *app);
31
using
UninstallApp = bool (*)(AppInfo *app);
32
using
AddApp = bool (*)(AppInfo *app);
H
A
D
event_listener.h
24
using
OnEventFunc = std::function<bool(UIView& view, const Event& event)>;
/applications/sample/camera/cameraApp/cameraApp/src/main/cpp/
H
A
D
camera_manager.h
30
using
namespace std;
31
using
namespace OHOS;
32
using
namespace OHOS::Media;
H
A
D
event_listener.h
24
using
OnEventFunc = std::function<bool(UIView &view, const Event &event)>;
/applications/sample/camera/gallery/include/
H
A
D
player_ability_slice.h
34
using
OHOS::Media::Player;
35
using
OHOS::Media::Source;
36
using
namespace OHOS::Media;
H
A
D
event_listener.h
24
using
OnEventFunc = std::function<bool(UIView &view, const Event &event)>;
/applications/standard/calendardata/calendarmanager/napi/include/
H
A
D
napi_queue.h
28
using
NapiCbInfoParser = std::function<void(size_t argc, napi_value* argv)>;
29
using
NapiAsyncExecute = std::function<void(void)>;
30
using
NapiAsyncComplete = std::function<void(napi_value&)>;
/applications/standard/calendardata/calendarmanager/native/include/
H
A
D
native_calendar_manager.h
24
using
Uri = OHOS::Uri;
H
A
D
event_filter.h
25
using
DataShare::DataSharePredicates;
H
A
D
native_calendar.h
22
using
Uri = OHOS::Uri;
H
A
D
native_util.h
30
using
DataShareResultSetPtr = std::shared_ptr<DataShare::DataShareResultSet>;
/applications/sample/camera/setting/setting/src/main/cpp/
H
A
D
event_listener.h
25
using
OnEventFunc = std::function<bool(UIView &view, const Event &event)>;
/applications/sample/camera/screensaver/screensaver/src/main/cpp/
H
A
D
event_listener.h
28
using
OnEventFunc = std::function<bool(UIView &view, const Event &event)>;
Completed in 4 milliseconds