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:GetSystemMemInfo
(Results
1 - 5
of
5
) sorted by relevance
/developtools/profiler/hidebug/frameworks/native/include/
H
A
D
hidebug_native_interface.h
53
virtual std::optional<SysMemory>
GetSystemMemInfo
() = 0;
/developtools/profiler/hidebug/frameworks/native/src/
H
A
D
hidebug_native_interface_impl.cpp
54
std::optional<SysMemory>
GetSystemMemInfo
() override;
195
std::optional<SysMemory> HidebugNativeInterfaceImpl::
GetSystemMemInfo
()
in GetSystemMemInfo()
function in OHOS::HidebugNativeInterfaceImpl
199
HILOG_ERROR(LOG_CORE, "
GetSystemMemInfo
Failed");
in GetSystemMemInfo()
204
HILOG_ERROR(LOG_CORE, "
GetSystemMemInfo
Failed,retCode = %{public}d",
in GetSystemMemInfo()
/developtools/profiler/hidebug/frameworks/hidebug_ndk/
H
A
D
hidebug_ndk.cpp
125
auto sysMemInfo = nativeInterface->
GetSystemMemInfo
();
in OH_HiDebug_GetSystemMemInfo()
/developtools/profiler/hidebug/interfaces/cj/
H
A
D
hidebug_ffi.cpp
207
auto systemMemInfo = nativeInterface->
GetSystemMemInfo
();
in FfiHidebugGetSystemMemInfo()
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H
A
D
napi_hidebug.cpp
794
napi_value
GetSystemMemInfo
(napi_env env, napi_callback_info info)
in GetSystemMemInfo()
function
803
auto systemMemInfo = nativeInterface->
GetSystemMemInfo
();
in GetSystemMemInfo()
1145
DECLARE_NAPI_FUNCTION("getSystemMemInfo",
GetSystemMemInfo
),
in DeclareHiDebugInterface()
Completed in 7 milliseconds