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:GetCache
(Results
1 - 9
of
9
) sorted by relevance
/base/msdp/device_status/intention/stationary/server/include/
H
A
D
stationary_server.h
52
Data
GetCache
(CallingContext &context, const Type &type);
/base/msdp/device_status/intention/stationary/server/src/
H
A
D
stationary_server.cpp
116
GetStaionaryDataReply dataReply {
GetCache
(context, param.type_) };
in GetParam()
199
Data StationaryServer::
GetCache
(CallingContext &context, const Type &type)
in GetCache()
function in OHOS::Msdp::DeviceStatus::StationaryServer
/base/msdp/device_status/services/communication/base/
H
A
D
i_devicestatus.h
38
virtual Data
GetCache
(const Type &type) = 0;
/base/msdp/device_status/services/communication/client/include/
H
A
D
devicestatus_srv_proxy.h
39
virtual Data
GetCache
(const Type &type) override;
/base/msdp/device_status/services/native/include/
H
A
D
devicestatus_service.h
70
Data
GetCache
(const Type &type) override;
/base/msdp/device_status/frameworks/native/src/
H
A
D
devicestatus_client.cpp
169
devicestatusData = devicestatusProxy_->
GetCache
(type);
in GetDeviceStatusData()
/base/msdp/device_status/services/native/src/
H
A
D
devicestatus_service.cpp
240
Data data =
GetCache
(type);
in Dump()
347
Data DeviceStatusService::
GetCache
(const Type &type)
in GetCache()
function in OHOS::Msdp::DeviceStatus::DeviceStatusService
/base/msdp/device_status/services/communication/service/src/
H
A
D
devicestatus_srv_stub.cpp
329
Data devicestatusData =
GetCache
(static_cast<Type>(type));
in GetLatestDeviceStatusDataStub()
/base/msdp/device_status/services/communication/client/src/
H
A
D
devicestatus_srv_proxy.cpp
97
Data DeviceStatusSrvProxy::
GetCache
(const Type &type)
in GetCache()
function in OHOS::Msdp::DeviceStatus::DeviceStatusSrvProxy
Completed in 8 milliseconds