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:g_adapter
(Results
1 - 10
of
10
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H
A
D
runtime_context_process_system_api_adapter_impl_test.cpp
36
std::shared_ptr<ProcessSystemApiAdapterImpl>
g_adapter
;
member
60
g_adapter
= std::make_shared<ProcessSystemApiAdapterImpl>();
in SetUpTestCase()
61
EXPECT_TRUE(
g_adapter
!= nullptr);
in SetUpTestCase()
74
g_adapter
->ResetAdapter();
in SetUp()
86
* @tc.steps: step1. call SetSecurityOption to set SecurityOption before set
g_adapter
in HWTEST_F()
94
* @tc.steps: step2. call SetSecurityOption to set SecurityOption after set
g_adapter
in HWTEST_F()
97
EXPECT_TRUE(
g_adapter
!= nullptr);
in HWTEST_F()
98
RuntimeContext::GetInstance()->SetProcessSystemApiAdapter(
g_adapter
);
in HWTEST_F()
112
* @tc.steps: step1. call GetSecurityOption to get SecurityOption before set
g_adapter
in HWTEST_F()
120
* @tc.steps: step2. call GetSecurityOption to get SecurityOption after set
g_adapter
in HWTEST_F()
[all...]
H
A
D
distributeddb_interfaces_database_rd_kernel_test.cpp
137
std::shared_ptr<IProcessSystemApiAdapter>
g_adapter
= std::make_shared<ProcessSystemApiAdapterImpl>();
in HWTEST_F()
local
138
RuntimeContext::GetInstance()->SetProcessSystemApiAdapter(
g_adapter
);
in HWTEST_F()
H
A
D
distributeddb_interfaces_database_test.cpp
566
std::shared_ptr<IProcessSystemApiAdapter>
g_adapter
= std::make_shared<ProcessSystemApiAdapterImpl>();
in HWTEST_F()
local
567
RuntimeContext::GetInstance()->SetProcessSystemApiAdapter(
g_adapter
);
in HWTEST_F()
H
A
D
distributeddb_interfaces_nb_delegate_rd_test.cpp
152
std::shared_ptr<ProcessSystemApiAdapterImpl>
g_adapter
= std::make_shared<ProcessSystemApiAdapterImpl>();
in SetUpTestCase()
local
153
RuntimeContext::GetInstance()->SetProcessSystemApiAdapter(
g_adapter
);
in SetUpTestCase()
H
A
D
distributeddb_interfaces_nb_delegate_test.cpp
2999
std::shared_ptr<ProcessSystemApiAdapterImpl>
g_adapter
= std::make_shared<ProcessSystemApiAdapterImpl>();
in HWTEST_F()
local
3000
RuntimeContext::GetInstance()->SetProcessSystemApiAdapter(
g_adapter
);
in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/test_example/
H
A
D
distributedaudiotest.cpp
119
static OHOS::sptr<IAudioAdapter>
g_adapter
= nullptr;
member
269
if (
g_adapter
== nullptr) {
in LoadSpkDev()
270
int32_t ret = g_manager->LoadAdapter(dev,
g_adapter
);
in LoadSpkDev()
271
if (ret != DH_SUCCESS ||
g_adapter
== nullptr) {
in LoadSpkDev()
291
if (
g_adapter
== nullptr) {
in OpenSpk()
294
int32_t ret =
g_adapter
->RegExtraParamObserver(g_callbackStub, 0);
in OpenSpk()
310
ret =
g_adapter
->CreateRender(renderDesc, g_rattrs, g_render, g_renderId);
in OpenSpk()
448
if (
g_adapter
!= nullptr) {
in CloseSpk()
449
int32_t ret =
g_adapter
->DestroyRender(g_renderId);
in CloseSpk()
457
g_adapter
in CloseSpk()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H
A
D
distributeddb_storage_single_ver_upgrade_test.cpp
55
static std::shared_ptr<ProcessSystemApiAdapterImpl>
g_adapter
;
member
291
g_adapter
= std::make_shared<ProcessSystemApiAdapterImpl>();
in SetUpTestCase()
292
RuntimeContext::GetInstance()->SetProcessSystemApiAdapter(
g_adapter
);
in SetUpTestCase()
320
g_adapter
->ResetSecOptDic();
in TearDown()
340
RuntimeContext::GetInstance()->SetProcessSystemApiAdapter(
g_adapter
);
in HWTEST_F()
H
A
D
distributeddb_storage_subscribe_query_test.cpp
180
static std::shared_ptr<ProcessSystemApiAdapterImpl>
g_adapter
;
variable
194
g_adapter
= std::make_shared<ProcessSystemApiAdapterImpl>();
in SetUpTestCase()
195
EXPECT_TRUE(
g_adapter
!= nullptr);
in SetUpTestCase()
196
RuntimeContext::GetInstance()->SetProcessSystemApiAdapter(
g_adapter
);
in SetUpTestCase()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H
A
D
distributeddb_single_ver_p2p_sync_check_test.cpp
100
std::shared_ptr<ProcessSystemApiAdapterImpl>
g_adapter
= std::make_shared<ProcessSystemApiAdapterImpl>();
in SetUpTestCase()
local
101
RuntimeContext::GetInstance()->SetProcessSystemApiAdapter(
g_adapter
);
in SetUpTestCase()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H
A
D
distributeddb_cloud_kv_test.cpp
716
std::shared_ptr<ProcessSystemApiAdapterImpl>
g_adapter
= std::make_shared<ProcessSystemApiAdapterImpl>();
in HWTEST_F()
local
717
RuntimeContext::GetInstance()->SetProcessSystemApiAdapter(
g_adapter
);
in HWTEST_F()
Completed in 26 milliseconds