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:SetInstance
(Results
1 - 18
of
18
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/common/
H
A
D
js_proxy.h
35
void
SetInstance
(std::shared_ptr<T> instance)
in SetInstance()
function in OHOS::JSProxy::JSProxy
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H
A
D
js_proxy.h
35
void
SetInstance
(std::shared_ptr<T> instance)
in SetInstance()
function in OHOS::JSProxy::JSProxy
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H
A
D
napi_result_set.cpp
63
proxy->
SetInstance
(std::move(resultSet));
in NewInstance()
75
SetInstance
(nullptr);
in Create()
100
proxy->
SetInstance
(nullptr);
in Initialize()
123
SetInstance
(std::move(resultSet));
in ResultSetProxy()
131
SetInstance
(std::move(resultSet));
in operator =()
H
A
D
napi_transaction.cpp
198
proxy->
SetInstance
(std::move(transaction));
in NewInstance()
245
SetInstance
(std::move(transaction));
in TransactionProxy()
268
proxy->
SetInstance
(nullptr);
in Initialize()
H
A
D
napi_rdb_predicates.cpp
168
proxy->
SetInstance
(nullptr);
in Destructor()
179
SetInstance
(std::make_shared<NativeRdb::RdbPredicates>(tableName));
in RdbPredicatesProxy()
H
A
D
napi_rdb_store.cpp
116
SetInstance
(std::move(rdbStore));
in RdbStoreProxy()
124
SetInstance
(std::move(rdbStore));
in operator =()
226
proxy->
SetInstance
(nullptr);
in Initialize()
270
proxy->
SetInstance
(std::move(value));
in NewInstance()
2159
obj->
SetInstance
(nullptr);
in Close()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H
A
D
napi_result_set.cpp
112
SetInstance
(nullptr);
in Create()
187
proxy->
SetInstance
(nullptr);
in InnerInitialize()
220
SetInstance
(std::move(resultSet));
in ResultSetProxy()
228
SetInstance
(std::move(resultSet));
in operator =()
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H
A
D
datashare_result_set_proxy.cpp
145
SetInstance
(resultSet);
in DataShareResultSetProxy()
153
SetInstance
(resultSet);
in operator =()
382
resultSet->
SetInstance
(nullptr);
in Close()
H
A
D
datashare_predicates_proxy.cpp
116
proxy->
SetInstance
(std::make_shared<DataSharePredicates>());
in New()
163
proxy->
SetInstance
(value);
in NewInstance()
191
SetInstance
(nullptr);
in ~DataSharePredicatesProxy()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H
A
D
js_single_kv_store.cpp
238
ctxt->resultSet->
SetInstance
(kvResultSet);
in GetResultSet()
277
ctxt->resultSet->
SetInstance
(nullptr);
in CloseResultSet()
H
A
D
js_device_kv_store.cpp
288
ctxt->resultSet->
SetInstance
(kvResultSet);
in GetResultSet()
327
ctxt->resultSet->
SetInstance
(nullptr);
in CloseResultSet()
H
A
D
js_kv_store_resultset.cpp
288
SetInstance
(nullptr);
in Create()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H
A
D
js_device_kv_store.cpp
261
ctxt->resultSet->
SetInstance
(kvResultSet);
in GetResultSet()
H
A
D
js_kv_store_resultset.cpp
298
SetInstance
(nullptr);
in Create()
H
A
D
js_single_kv_store.cpp
1044
ctxt->resultSet->
SetInstance
(kvResultSet);
in GetResultSet()
1086
ctxt->resultSet->
SetInstance
(nullptr);
in CloseResultSet()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H
A
D
js_cloud_utils.cpp
205
proxy->
SetInstance
(value);
in Convert2JSValue()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H
A
D
napi_preferences.cpp
63
SetInstance
(nullptr);
in ~PreferencesProxy()
123
obj->
SetInstance
(value);
in NewInstance()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H
A
D
napi_preferences.cpp
121
obj->
SetInstance
(value);
in NewInstance()
Completed in 24 milliseconds