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:messageId
(Results
1 - 6
of
6
) sorted by relevance
/drivers/hdf_core/framework/utils/src/
H
A
D
hdf_message_looper.c
24
HDF_LOGD("%{public}s received message %{public}d", __func__, message->
messageId
);
in HdfMessageLooperStart()
25
if (message->
messageId
== MESSAGE_STOP_LOOP) {
in HdfMessageLooperStart()
47
message->
messageId
= MESSAGE_STOP_LOOP;
in HdfMessageLooperStop()
/drivers/hdf_core/adapter/uhdf2/host/src/
H
A
D
hdf_device_thread.c
27
switch (msg->
messageId
) {
in DeviceThreadMessageHandler()
43
HDF_LOGE("Unsupported message, message id is %{public}u", msg->
messageId
);
in DeviceThreadMessageHandler()
63
message->
messageId
= DEVICE_SERVICE_MESSAGE_LAUNCH;
in DeviceThreadAttach()
H
A
D
devhost_service_full.c
33
switch (msg->
messageId
) {
in DevHostServiceFullDispatchMessage()
51
HDF_LOGE("DevHostServiceFullDispatchMessage unknown message %{public}d", msg->
messageId
);
in DevHostServiceFullDispatchMessage()
73
message->
messageId
= cmdCode;
in DevHostServiceFullOpsDevice()
/drivers/hdf_core/framework/utils/include/
H
A
D
osal_message.h
21
int16_t
messageId
;
member
/drivers/hdf_core/adapter/uhdf2/manager/src/
H
A
D
devmgr_service_full.c
93
if (msg->
messageId
== DEVMGR_MESSAGE_DEVHOST_DIED) {
in DevmgrServiceFullDispatchMessage()
98
HDF_LOGE("wrong message(%{public}u)", msg->
messageId
);
in DevmgrServiceFullDispatchMessage()
H
A
D
devhost_service_proxy.c
86
message->
messageId
= DEVMGR_MESSAGE_DEVHOST_DIED;
in DevHostServiceProxyOnRemoteDied()
Completed in 3 milliseconds