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:AllocRow
(Results
1 - 13
of
13
) sorted by relevance
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H
A
D
datashare_block_writer_impl.cpp
40
int DataShareBlockWriterImpl::
AllocRow
()
in AllocRow()
function in OHOS::DataShare::DataShareBlockWriterImpl
47
return ConvertErrorCode(block->
AllocRow
());
in AllocRow()
H
A
D
shared_block.cpp
192
int SharedBlock::
AllocRow
()
in AllocRow()
function in OHOS::AppDataFwk::SharedBlock
/foundation/distributeddatamgr/data_share/interfaces/inner_api/provider/include/
H
A
D
result_set_bridge.h
31
virtual int
AllocRow
() = 0;
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H
A
D
datashare_block_writer_impl.h
49
int
AllocRow
() override;
H
A
D
shared_block.h
101
int
AllocRow
();
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H
A
D
kvstore_datashare_bridge.cpp
55
int statusAlloc = writer.
AllocRow
();
in FillBlock()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
shared_block_serializer_info.cpp
37
int status = sharedBlock_->
AllocRow
();
in AddRow()
H
A
D
share_block.cpp
200
int status = sharedBlock->
AllocRow
();
in FillOneRow()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_share_adapter/src/
H
A
D
rdb_result_set_bridge.cpp
84
int status = writer.
AllocRow
();
in WriteBlock()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H
A
D
kvstore_datashare_bridge_test.cpp
31
int
AllocRow
() override;
62
int BridgeWriter::
AllocRow
()
in AllocRow()
function in __anon7981::BridgeWriter
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H
A
D
abnormal_branch_test.cpp
65
int result = impl.
AllocRow
();
in HWTEST_F()
116
result = temp.
AllocRow
();
in HWTEST_F()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/
H
A
D
shared_block.h
133
API_EXPORT int
AllocRow
();
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H
A
D
shared_block.cpp
185
int SharedBlock::
AllocRow
()
in AllocRow()
function in OHOS::AppDataFwk::SharedBlock
190
LOG_ERROR("SharedBlock::
AllocRow
() Failed in AllocRowOffset().");
in AllocRow()
Completed in 7 milliseconds