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:servicePtr
(Results
1 - 6
of
6
) sorted by relevance
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H
A
D
app_account_manager_service_thread_module_test.cpp
54
void AddAccount(const std::shared_ptr<AppAccountManagerService> &
servicePtr
);
55
void DeleteAccount(const std::shared_ptr<AppAccountManagerService> &
servicePtr
);
56
void SetAssociatedData(const std::shared_ptr<AppAccountManagerService> &
servicePtr
);
57
void SetAssociatedDataTwo(const std::shared_ptr<AppAccountManagerService> &
servicePtr
);
83
void AppAccountManagerServiceThreadModuleTest::AddAccount(const std::shared_ptr<AppAccountManagerService> &
servicePtr
)
in AddAccount()
argument
87
ErrCode result =
servicePtr
->AddAccount(STRING_NAME, STRING_EXTRA_INFO);
in AddAccount()
94
const std::shared_ptr<AppAccountManagerService> &
servicePtr
)
in DeleteAccount()
98
ErrCode result =
servicePtr
->DeleteAccount(STRING_NAME);
in DeleteAccount()
105
const std::shared_ptr<AppAccountManagerService> &
servicePtr
)
in SetAssociatedData()
109
ErrCode result =
servicePtr
in SetAssociatedData()
93
DeleteAccount( const std::shared_ptr<AppAccountManagerService> &
servicePtr
)
DeleteAccount()
argument
104
SetAssociatedData( const std::shared_ptr<AppAccountManagerService> &
servicePtr
)
SetAssociatedData()
argument
115
SetAssociatedDataTwo( const std::shared_ptr<AppAccountManagerService> &
servicePtr
)
SetAssociatedDataTwo()
argument
[all...]
/base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/
H
A
D
account_mgr_service_test.cpp
326
auto
servicePtr
= g_accountMgrService->GetAppAccountService();
in HWTEST_F()
local
327
ASSERT_EQ(
servicePtr
, nullptr);
in HWTEST_F()
340
auto
servicePtr
= g_accountMgrService->GetOsAccountService();
in HWTEST_F()
local
341
ASSERT_EQ(
servicePtr
, nullptr);
in HWTEST_F()
356
auto
servicePtr
= g_accountMgrService->GetAccountIAMService();
in HWTEST_F()
local
357
ASSERT_EQ(
servicePtr
, nullptr);
in HWTEST_F()
/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/
H
A
D
account_mgr_inner_sdk_func_test.cpp
97
auto
servicePtr
= new (std::nothrow) AccountMgrService();
in SetUpTestCase()
local
98
ASSERT_NE(
servicePtr
, nullptr);
in SetUpTestCase()
99
servicePtr
->state_ = STATE_RUNNING;
in SetUpTestCase()
100
OhosAccountKitsImpl::GetInstance().accountProxy_ = new (std::nothrow) AccountProxy(
servicePtr
->AsObject());
in SetUpTestCase()
/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H
A
D
domain_account_client_mock_plugin_so_module_test.cpp
250
auto
servicePtr
= new (std::nothrow) DomainAccountManagerService();
in SetUpTestCase()
local
251
ASSERT_NE(
servicePtr
, nullptr);
in SetUpTestCase()
252
DomainAccountClient::GetInstance().proxy_ = new (std::nothrow) DomainAccountProxy(
servicePtr
->AsObject());
in SetUpTestCase()
H
A
D
domain_account_client_module_test.cpp
105
auto
servicePtr
= new (std::nothrow) DomainAccountManagerService();
in SetUpTestCase()
local
106
ASSERT_NE(
servicePtr
, nullptr);
in SetUpTestCase()
107
DomainAccountClient::GetInstance().proxy_ = new (std::nothrow) DomainAccountProxy(
servicePtr
->AsObject());
in SetUpTestCase()
/base/security/device_auth/frameworks/src/standard/
H
A
D
ipc_adapt.cpp
1360
ServiceDevAuth *
servicePtr
= reinterpret_cast<ServiceDevAuth *>(serviceInstance);
in AddDevAuthServiceToManager()
local
1361
int32_t ret = sysMgr->AddSystemAbility(DEVICE_AUTH_SERVICE_ID,
servicePtr
);
in AddDevAuthServiceToManager()
Completed in 11 milliseconds