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:topicInt
(Results
1 - 2
of
2
) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H
A
D
distributed_hardware_stub.cpp
97
uint32_t
topicInt
= data.ReadUint32();
in RegisterPublisherListenerInner()
local
98
if (!ValidTopic(
topicInt
)) {
in RegisterPublisherListenerInner()
99
DHLOGE("Topic invalid: %{public}" PRIu32,
topicInt
);
in RegisterPublisherListenerInner()
104
DHTopic topic = (DHTopic)
topicInt
;
in RegisterPublisherListenerInner()
124
uint32_t
topicInt
= data.ReadUint32();
in UnregisterPublisherListenerInner()
local
125
if (!ValidTopic(
topicInt
)) {
in UnregisterPublisherListenerInner()
126
DHLOGE("Topic invalid: %{public}" PRIu32,
topicInt
);
in UnregisterPublisherListenerInner()
131
DHTopic topic = (DHTopic)
topicInt
;
in UnregisterPublisherListenerInner()
151
uint32_t
topicInt
= data.ReadUint32();
in PublishMessageInner()
local
152
if (!ValidTopic(
topicInt
)) {
in PublishMessageInner()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/src/
H
A
D
distributed_hardware_stub_test.cpp
86
uint32_t
topicInt
= (uint32_t)DHTopic::TOPIC_MIN;
in HWTEST_F()
local
87
data.WriteUint32(
topicInt
);
in HWTEST_F()
102
uint32_t
topicInt
= (uint32_t)DHTopic::TOPIC_MIN;
in HWTEST_F()
local
103
data.WriteUint32(
topicInt
);
in HWTEST_F()
264
uint32_t
topicInt
= (uint32_t)DHTopic::TOPIC_MIN;
in HWTEST_F()
local
265
data.WriteUint32(
topicInt
);
in HWTEST_F()
Completed in 2 milliseconds