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:NOTIFY_AV_EVENT
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H
A
D
dhardware_ipc_interface_code.h
31
NOTIFY_AV_EVENT
= 48007,
member in OHOS::DistributedHardware::DHMsgInterfaceCode
H
A
D
iav_trans_control_center_callback.h
36
NOTIFY_AV_EVENT
= 3
member in OHOS::DistributedHardware::IAVTransControlCenterCallback::Message
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/inner_kits/src/
H
A
D
av_trans_control_center_callback_stub.cpp
46
case (uint32_t)IAVTransControlCenterCallback::Message::
NOTIFY_AV_EVENT
: {
in OnRemoteRequest()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/fuzztest/avtransstubonremoterequest_fuzzer/
H
A
D
avtransstubonremoterequest_fuzzer.cpp
61
} else if (code == (uint32_t)IAVTransControlCenterCallback::Message::
NOTIFY_AV_EVENT
) {
in AVTransStubOnRemoteRequestFuzzTest()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/src/ipc/
H
A
D
av_trans_control_center_callback_proxy.cpp
131
int32_t ret = remote->SendRequest((uint32_t)IAVTransControlCenterCallback::Message::
NOTIFY_AV_EVENT
,
in Notify()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/src/
H
A
D
distributed_hardware_stub_test.cpp
163
uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::
NOTIFY_AV_EVENT
);
in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H
A
D
distributed_hardware_stub.cpp
63
case static_cast<uint32_t>(DHMsgInterfaceCode::
NOTIFY_AV_EVENT
): {
in OnRemoteRequest()
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ipc/
H
A
D
distributed_hardware_proxy.cpp
345
int32_t ret = remote->SendRequest(static_cast<uint32_t>(DHMsgInterfaceCode::
NOTIFY_AV_EVENT
), data, reply, option);
in NotifyAVCenter()
Completed in 4 milliseconds