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:GetCmdReply
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/display/composer/hdi_service/include/
H
A
D
display_composer_service.h
67
int32_t
GetCmdReply
(std::shared_ptr<SharedMemQueue<int32_t>>& reply) override;
/drivers/peripheral/display/composer/hdi_service/src/
H
A
D
display_composer_service.cpp
633
int32_t DisplayComposerService::
GetCmdReply
(std::shared_ptr<SharedMemQueue<int32_t>>& reply)
in GetCmdReply()
function in OHOS::HDI::Display::Composer::DisplayComposerService
638
ret = cmdResponserV1_1_->
GetCmdReply
(reply);
in GetCmdReply()
640
ret = cmdResponser_->
GetCmdReply
(reply);
in GetCmdReply()
/drivers/interface/display/composer/v1_0/display_command/
H
A
D
display_cmd_requester.h
81
ret = hdi_->
GetCmdReply
(reply_);
in Init()
83
HDF_LOGE("%{public}s:
GetCmdReply
failure, ret=%{public}d", __func__, ret));
in Init()
H
A
D
display_cmd_responser.h
106
int32_t
GetCmdReply
(std::shared_ptr<Transfer>& reply)
in GetCmdReply()
function in OHOS::HDI::Display::Composer::V1_0::DisplayCmdResponser
122
HDF_LOGE("error:
GetCmdReply
failure");
in GetCmdReply()
Completed in 6 milliseconds