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:SdkDataRecv
(Results
1 - 4
of
4
) sorted by relevance
/developtools/profiler/host/smartperf/client/client_command/include/
H
A
D
sdk_data_recv.h
46
class
SdkDataRecv
: public SpProfiler {
class
49
static
SdkDataRecv
&GetInstance()
in GetInstance()
51
static
SdkDataRecv
instance;
in GetInstance()
70
SdkDataRecv
();
71
SdkDataRecv
(const
SdkDataRecv
&);
72
SdkDataRecv
&operator = (const
SdkDataRecv
&);
H
A
D
sp_task.h
105
void RunSdkServer(
SdkDataRecv
&sdkDataRecv);
/developtools/profiler/host/smartperf/client/client_command/
H
A
D
sdk_data_recv.cpp
41
SdkDataRecv
::
SdkDataRecv
()
in SdkDataRecv()
function in OHOS::SmartPerf::SdkDataRecv
46
std::map<std::string, std::string>
SdkDataRecv
::ItemData()
in ItemData()
51
int
SdkDataRecv
::CreateOhSocketServer(int basePort)
in CreateOhSocketServer()
90
std::string
SdkDataRecv
::ProcessData(std::string message, ServerParams ¶ms)
in ProcessData()
124
std::string
SdkDataRecv
::OhDataReceive(int index, ServerParams ¶ms)
in OhDataReceive()
176
void
SdkDataRecv
::SetRunningState(bool state)
in SetRunningState()
181
void
SdkDataRecv
::ServerThread(std::vector<std::string> &dataVec)
in ServerThread()
201
void
SdkDataRecv
::RunServerThread(std::vector<std::string> &dataVec, ServerParams ¶ms)
in RunServerThread()
216
void
SdkDataRecv
[all...]
H
A
D
sp_task.cpp
245
SdkDataRecv
&sdkDataRecv =
SdkDataRecv
::GetInstance();
in ConfigureSdkData()
251
void SPTask::RunSdkServer(
SdkDataRecv
&sdkDataRecv)
in RunSdkServer()
260
SdkDataRecv
&sdkDataRecv =
SdkDataRecv
::GetInstance();
in ResetSdkParam()
306
SdkDataRecv
::GetInstance().SetStartRecordTime();
in InitDataFile()
358
SdkDataRecv
::GetInstance().GetSdkDataRealtimeData(dataMap);
in AsyncGetDataMap()
Completed in 3 milliseconds