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:loader_
(Results
1 - 10
of
10
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/src/model/
H
A
D
content_loader_object_provider.cpp
21
loader_
= loader;
in SetContentLoader()
27
return
loader_
?
loader_
->Create(nullptr) : nullptr;
in Construct()
H
A
D
content_loader_object_provider.h
33
IContentLoader::Ptr
loader_
;
member in ContentLoaderObjectProvider
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H
A
D
asset_loader_impl.cpp
22
AssetLoaderImpl::AssetLoaderImpl(OhCloudExtCloudAssetLoader *loader) :
loader_
(loader)
in AssetLoaderImpl()
28
if (
loader_
!= nullptr) {
in ~AssetLoaderImpl()
29
OhCloudExtCloudAssetLoaderFree(
loader_
);
in ~AssetLoaderImpl()
30
loader_
= nullptr;
in ~AssetLoaderImpl()
59
auto status = OhCloudExtCloudAssetLoaderDownload(
loader_
, &downInfo, data.first);
in Download()
H
A
D
asset_loader_impl.h
40
OhCloudExtCloudAssetLoader *
loader_
= nullptr;
member in OHOS::CloudData::AssetLoaderImpl
/foundation/communication/nfc/services/src/nci_adapter/
H
A
D
nci_native_selector.cpp
36
loader_
= std::make_unique<NciLibsLoader>();
in GetNciNativeInterface()
37
if (!
loader_
->LoadLib()) {
in GetNciNativeInterface()
40
return
loader_
->NewInstance();
in GetNciNativeInterface()
H
A
D
nci_native_selector.h
100
static inline std::unique_ptr<NciLibsLoader>
loader_
;
member in OHOS::NFC::NCI::NciNativeSelector
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H
A
D
general_store_test.cpp
87
ASSERT_EQ(bindInfo.
loader_
, loader);
in HWTEST_F()
93
ASSERT_EQ(bindInfo1.
loader_
, loader1);
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H
A
D
general_store.h
92
: db_(std::move(db)),
loader_
(std::move(loader))
in BindInfo()
102
std::shared_ptr<AssetLoader>
loader_
;
member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_general_store.cpp
145
bindInfo_.
loader_
= nullptr;
in ~RdbGeneralStore()
172
if (bindInfo.db_ == nullptr || bindInfo.
loader_
== nullptr) {
in Bind()
193
rdbLoader_ = std::make_shared<RdbAssetLoader>(bindInfo_.
loader_
, &snapshots_);
in Bind()
234
if (isForce && bindInfo_.
loader_
!= nullptr) {
in Close()
235
bindInfo_.
loader_
->Cancel();
in Close()
244
bindInfo_.
loader_
= nullptr;
in Close()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
rdb_general_store_test.cpp
305
EXPECT_EQ(bindInfo.
loader_
, nullptr);
in HWTEST_F()
322
EXPECT_NE(bindInfo2.
loader_
, nullptr);
in HWTEST_F()
Completed in 6 milliseconds