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:g_example
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/media_lite/services/player_lite/server/src/
H
A
D
samgr_player_server.cpp
75
static PlayerService
g_example
= {
member
87
SAMGR_GetInstance()->RegisterService((Service*)&
g_example
);
in Init()
88
SAMGR_GetInstance()->RegisterDefaultFeatureApi(SERVICE_NAME, GET_IUNKNOWN(
g_example
));
in Init()
/foundation/window/window_manager_lite/services/wms/
H
A
D
samgr_wms.cpp
75
static WMSService
g_example
= {
member
87
SAMGR_GetInstance()->RegisterService((Service*)&
g_example
);
in Init()
88
SAMGR_GetInstance()->RegisterDefaultFeatureApi(SERVICE_NAME, GET_IUNKNOWN(
g_example
));
in Init()
/foundation/multimedia/camera_lite/services/server/src/
H
A
D
samgr_camera.cpp
83
static CameraService
g_example
= {
member
95
SAMGR_GetInstance()->RegisterService((Service*)&
g_example
);
in Init()
96
SAMGR_GetInstance()->RegisterDefaultFeatureApi(Media::SERVICE_NAME, GET_IUNKNOWN(
g_example
));
in Init()
/foundation/window/window_manager_lite/services/ims/
H
A
D
samgr_ims.cpp
74
static IMSService
g_example
= {
member
86
BOOL ret = SAMGR_GetInstance()->RegisterService(reinterpret_cast<Service*>(&
g_example
));
in Init()
91
ret = SAMGR_GetInstance()->RegisterDefaultFeatureApi(IMS_SERVICE_NAME, GET_IUNKNOWN(
g_example
));
in Init()
Completed in 1 milliseconds