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_subscribeId
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/dsoftbus/tests/sdk/discovery/unittest/
H
A
D
disc_sdk_only_l2_test.cpp
28
static int32_t
g_subscribeId
= 0;
member
56
g_subscribeId
++;
in GetSubscribeId()
57
return
g_subscribeId
;
in GetSubscribeId()
H
A
D
disc_sdk_test.cpp
31
static int32_t
g_subscribeId
= 0;
member
64
g_subscribeId
++;
in GetSubscribeId()
65
return
g_subscribeId
;
in GetSubscribeId()
/foundation/communication/dsoftbus/tests/sdk/discovery/benchmarktest/
H
A
D
discovery_test.cpp
23
static int32_t
g_subscribeId
= 0;
member
82
g_subscribeId
++;
in GetSubscribeId()
83
return
g_subscribeId
;
in GetSubscribeId()
/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedeviceserviceimpl_fuzzer/
H
A
D
authenticate_device_service_impl_fuzzer.cpp
48
uint16_t
g_subscribeId
= 123;
member
138
deviceManagerServiceImpl->StartDeviceDiscovery(str,
g_subscribeId
, str);
in AuthenticateDeviceServiceImplFuzzTest()
139
deviceManagerServiceImpl->StopDeviceDiscovery(str,
g_subscribeId
);
in AuthenticateDeviceServiceImplFuzzTest()
/foundation/communication/dsoftbus/tests/sdk/bus_center/benchmarktest/
H
A
D
bus_center_test.cpp
30
static int32_t
g_subscribeId
= 0;
member
120
g_subscribeId
++;
in GetSubscribeId()
121
return
g_subscribeId
;
in GetSubscribeId()
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H
A
D
bus_center_sdk_test.cpp
43
static int32_t
g_subscribeId
= 0;
member
73
g_subscribeId
++;
in GetSubscribeId()
74
return
g_subscribeId
;
in GetSubscribeId()
H
A
D
bus_center_sdk_refresh_small_test.cpp
31
static int32_t
g_subscribeId
= 0;
member
64
g_subscribeId
++;
in GetSubscribeId()
65
return
g_subscribeId
;
in GetSubscribeId()
H
A
D
bus_center_sdk_refresh_test.cpp
28
static int32_t
g_subscribeId
= 0;
member
59
g_subscribeId
++;
in GetSubscribeId()
60
return
g_subscribeId
;
in GetSubscribeId()
Completed in 6 milliseconds