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 - 5
of
5
) sorted by relevance
/applications/sample/wifi-iot/app/samgr/
H
A
D
bootstrap_example.c
38
static BootTestExample
g_example
[] = {
variable
59
if (feature == &
g_example
[0].feature) {
in FEATURE_GetName()
63
if (feature == &
g_example
[1].feature) {
in FEATURE_GetName()
67
if (feature == &
g_example
[2].feature) {
in FEATURE_GetName()
71
if (feature == &
g_example
[3].feature) {
in FEATURE_GetName()
101
if (service == &
g_example
[0].service) {
in GetName()
105
if (service == &
g_example
[1].service) {
in GetName()
109
if (service == &
g_example
[2].service) {
in GetName()
113
if (service == &
g_example
[3].service) {
in GetName()
158
printf((demo < &
g_example
[
in SInit()
[all...]
H
A
D
task_example.c
29
static Service
g_example
[] = {
variable
40
if (service == &
g_example
[0]) {
in GetName()
44
if (service == &
g_example
[1]) {
in GetName()
48
if (service == &
g_example
[2]) {
in GetName()
52
if (service == &
g_example
[3]) {
in GetName()
78
if (service == &
g_example
[0]) {
in GetTaskConfig()
82
if (service == &
g_example
[3]) {
in GetTaskConfig()
99
SInit(&
g_example
[0]);
in S1Init()
105
SInit(&
g_example
[1]);
in S2Init()
111
SInit(&
g_example
[
in S3Init()
[all...]
H
A
D
feature_example.c
64
static DemoFeature
g_example
= {
variable
98
g_example
.identity.queueId = NULL;
in FEATURE_OnStop()
99
g_example
.identity.featureId = -1;
in FEATURE_OnStop()
100
g_example
.identity.serviceId = -1;
in FEATURE_OnStop()
121
AsyncTimeCall(GET_IUNKNOWN(
g_example
));
in FEATURE_OnMessage()
188
SAMGR_GetInstance()->RegisterFeature(EXAMPLE_SERVICE, (Feature *)&
g_example
);
in Init()
189
SAMGR_GetInstance()->RegisterFeatureApi(EXAMPLE_SERVICE, EXAMPLE_FEATURE, GET_IUNKNOWN(
g_example
));
in Init()
H
A
D
service_example.c
80
static ExampleService
g_example
= {
variable
92
SAMGR_GetInstance()->RegisterService((Service *)&
g_example
);
in Init()
93
SAMGR_GetInstance()->RegisterDefaultFeatureApi(EXAMPLE_SERVICE, GET_IUNKNOWN(
g_example
));
in Init()
H
A
D
specified_task_example.c
53
static Service
g_example
[] = {
variable
95
if (service == &
g_example
[i]) {
in GetName()
210
SInit(&
g_example
[i]);
in SSInit()
Completed in 3 milliseconds