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:demoApi
(Results
1 - 2
of
2
) sorted by relevance
/applications/sample/wifi-iot/app/samgr/
H
A
D
feature_example.c
200
DemoApi *
demoApi
= NULL;
in CASE_GetIUnknown()
local
209
int result = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **)&
demoApi
);
in CASE_GetIUnknown()
210
if (result != 0 ||
demoApi
== NULL) {
in CASE_GetIUnknown()
220
return
demoApi
;
in CASE_GetIUnknown()
223
static void CASE_SyncCall(DemoApi *
demoApi
)
in CASE_SyncCall()
argument
225
if (
demoApi
->SyncCall == NULL) {
in CASE_SyncCall()
234
if (!
demoApi
->SyncCall((IUnknown *)
demoApi
, &payload)) {
in CASE_SyncCall()
247
static void CASE_AsyncCall(DemoApi *
demoApi
)
in CASE_AsyncCall()
argument
249
if (
demoApi
in CASE_AsyncCall()
266
CASE_AsyncTimeCall(DemoApi *
demoApi
)
CASE_AsyncTimeCall()
argument
282
CASE_AsyncCallBack(DemoApi *
demoApi
)
CASE_AsyncCallBack()
argument
293
CASE_ReleaseIUnknown(DemoApi *
demoApi
)
CASE_ReleaseIUnknown()
argument
312
DemoApi *
demoApi
= CASE_GetIUnknown();
RunTestCase()
local
[all...]
H
A
D
service_example.c
104
DefaultFeatureApi *
demoApi
= NULL;
in CASE_GetIUnknown()
local
113
int result = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **)&
demoApi
);
in CASE_GetIUnknown()
114
if (result != 0 ||
demoApi
== NULL) {
in CASE_GetIUnknown()
124
return
demoApi
;
in CASE_GetIUnknown()
136
static void CASE_ReleaseIUnknown(DefaultFeatureApi *
demoApi
)
in CASE_ReleaseIUnknown()
argument
140
int32 ref =
demoApi
->Release((IUnknown *)
demoApi
);
in CASE_ReleaseIUnknown()
Completed in 1 milliseconds