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:BeginRead
(Results
1 - 4
of
4
) sorted by relevance
/commonlibrary/memory_utils/libpurgeablemem/test/
H
A
D
purgeable_cpp_test.cpp
185
if (pobj1.
BeginRead
()) {
in HWTEST_F()
190
std::cout << __func__ << ": ERROR!
BeginRead
failed." << std::endl;
in HWTEST_F()
195
if (pobj2.
BeginRead
()) {
in HWTEST_F()
200
std::cout << __func__ << ": ERROR!
BeginRead
failed." << std::endl;
in HWTEST_F()
218
if (pobj->
BeginRead
()) {
in HWTEST_F()
223
std::cout << __func__ << ": ERROR!
BeginRead
failed." << std::endl;
in HWTEST_F()
246
if (pobj->
BeginRead
()) {
in HWTEST_F()
251
std::cout << __func__ << ": ERROR!
BeginRead
failed." << std::endl;
in HWTEST_F()
278
if (pobj->
BeginRead
()) {
in HWTEST_F()
283
std::cout << __func__ << ": ERROR!
BeginRead
faile
in HWTEST_F()
[all...]
H
A
D
purgeableashmem_test.cpp
241
if (pobj1.
BeginRead
()) {
in HWTEST_F()
246
std::cout << __func__ << ": ERROR!
BeginRead
failed." << std::endl;
in HWTEST_F()
251
if (pobj2.
BeginRead
()) {
in HWTEST_F()
256
std::cout << __func__ << ": ERROR!
BeginRead
failed." << std::endl;
in HWTEST_F()
275
if (pobj->
BeginRead
()) {
in HWTEST_F()
280
std::cout << __func__ << ": ERROR!
BeginRead
failed." << std::endl;
in HWTEST_F()
304
if (pobj->
BeginRead
()) {
in HWTEST_F()
309
std::cout << __func__ << ": ERROR!
BeginRead
failed." << std::endl;
in HWTEST_F()
337
if (pobj->
BeginRead
()) {
in HWTEST_F()
342
std::cout << __func__ << ": ERROR!
BeginRead
faile
in HWTEST_F()
[all...]
/commonlibrary/memory_utils/libpurgeablemem/cpp/include/
H
A
D
purgeable_mem_base.h
35
*
BeginRead
: begin read the PurgeableMem obj.
47
* if (
BeginRead
()) {
52
bool
BeginRead
();
62
*
BeginRead
: begin write the PurgeableMem obj.
100
* This function should be protected by
BeginRead
()/EndRead()
/commonlibrary/memory_utils/libpurgeablemem/cpp/src/
H
A
D
purgeable_mem_base.cpp
54
bool PurgeableMemBase::
BeginRead
()
in BeginRead()
function in OHOS::PurgeableMem::PurgeableMemBase
65
IF_NULL_LOG_ACTION(dataPtr_, "dataPtr is nullptr in
BeginRead
", return false);
in BeginRead()
66
IF_NULL_LOG_ACTION(builder_, "builder_ is nullptr in
BeginRead
", return false);
in BeginRead()
Completed in 3 milliseconds