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:GetExtra
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H
A
D
ipc_get_trustdevice_req.h
28
* @tc.name: IpcGetTrustDeviceReq::
GetExtra
32
const std::string &
GetExtra
() const
in GetExtra()
function in OHOS::DistributedHardware::IpcGetTrustDeviceReq
H
A
D
ipc_start_discovery_req.h
49
* @tc.name: IpcStartDiscoveryReq::
GetExtra
53
const std::string &
GetExtra
() const
in GetExtra()
function in OHOS::DistributedHardware::IpcStartDiscoveryReq
H
A
D
ipc_authenticate_device_req.h
69
* @tc.name: IpcAuthenticateDeviceReq::
GetExtra
73
const std::string &
GetExtra
() const
in GetExtra()
function in OHOS::DistributedHardware::IpcAuthenticateDeviceReq
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H
A
D
ipc_cmd_parser.cpp
137
std::string extra = req->
GetExtra
();
in ON_IPC_SET_REQUEST()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_web_controller.cpp
230
JSClass<JSHitTestValue>::CustomMethod("getExtra", &JSHitTestValue::
GetExtra
);
in JSBind()
249
void
GetExtra
(const JSCallbackInfo& args)
in GetExtra()
function in OHOS::Ace::Framework::JSHitTestValue
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H
A
D
ipc_cmd_parser.cpp
199
std::string extra = pReq->
GetExtra
();
in ON_IPC_SET_REQUEST()
321
std::string extra = pReq->
GetExtra
();
in ON_IPC_SET_REQUEST()
449
std::string extra = pReq->
GetExtra
();
in ON_IPC_SET_REQUEST()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H
A
D
web_delegate.cpp
1491
result.SetExtraData(nwebResult->
GetExtra
());
in GetHitTestValue()
Completed in 17 milliseconds