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:StartOsAccount
(Results
1 - 18
of
18
) sorted by relevance
/base/account/os_account/test/fuzztest/osaccount/startosaccount_fuzzer/
H
A
D
startosaccount_fuzzer.cpp
35
result = OsAccountManager::
StartOsAccount
(testId);
in StartOsAccountFuzzTest()
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H
A
D
os_account_manager.h
389
static ErrCode
StartOsAccount
(const int id);
/base/account/os_account/frameworks/osaccount/core/include/
H
A
D
os_account.h
63
ErrCode
StartOsAccount
(const int id);
H
A
D
ios_account.h
73
virtual ErrCode
StartOsAccount
(const int id) = 0;
H
A
D
os_account_proxy.h
67
ErrCode
StartOsAccount
(const int id) override;
/base/account/os_account/services/accountmgr/include/osaccount/
H
A
D
iinner_os_account.h
64
virtual ErrCode
StartOsAccount
(const int id) = 0;
H
A
D
os_account_manager_service.h
85
ErrCode
StartOsAccount
(const int id) override;
H
A
D
iinner_os_account_manager.h
69
ErrCode
StartOsAccount
(const int id) override;
/base/account/os_account/frameworks/osaccount/native/src/
H
A
D
os_account_manager.cpp
222
ErrCode OsAccountManager::
StartOsAccount
(const int id)
in StartOsAccount()
function in OHOS::AccountSA::OsAccountManager
224
return OsAccount::GetInstance().
StartOsAccount
(id);
in StartOsAccount()
/base/account/os_account/frameworks/osaccount/core/src/
H
A
D
os_account.cpp
527
ErrCode OsAccount::
StartOsAccount
(const int id)
in StartOsAccount()
function in OHOS::AccountSA::OsAccount
538
return proxy->
StartOsAccount
(id);
in StartOsAccount()
H
A
D
os_account_proxy.cpp
792
ErrCode OsAccountProxy::
StartOsAccount
(const int id)
in StartOsAccount()
function in OHOS::AccountSA::OsAccountProxy
/base/account/os_account/frameworks/test/unittest/
H
A
D
account_osaccount_proxy_mock_test.cpp
413
ErrCode errCode = OsAccountManager::
StartOsAccount
(TEST_USER_ID);
in HWTEST_F()
/base/account/os_account/frameworks/osaccount/core/test/unittest/
H
A
D
os_account_mock_test.cpp
384
* @tc.desc: Test
StartOsAccount
getosaccountproxy faild
391
g_osAccount->
StartOsAccount
(MAIN_ACCOUNT_ID));
in HWTEST_F()
/base/account/os_account/services/accountmgr/src/osaccount/
H
A
D
os_account_manager_service.cpp
688
ErrCode OsAccountManagerService::
StartOsAccount
(const int id)
in StartOsAccount()
function in OHOS::AccountSA::OsAccountManagerService
690
return innerManager_.
StartOsAccount
(id);
in StartOsAccount()
H
A
D
os_account_stub.cpp
1307
ErrCode result =
StartOsAccount
(localId);
in ProcStartOsAccount()
H
A
D
inner_os_account_manager.cpp
1819
ErrCode IInnerOsAccountManager::
StartOsAccount
(const int id)
in RetryToGetAccount()
function in OHOS::AccountSA::IInnerOsAccountManager
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H
A
D
os_account_manager_service_module_test.cpp
882
* @tc.desc: Test
StartOsAccount
with valid id.
891
EXPECT_EQ(osAccountManagerService_->
StartOsAccount
(osAccountInfoOne.GetLocalId()), ERR_OK);
in HWTEST_F()
899
* @tc.desc: Test
StartOsAccount
with invalid id.
905
EXPECT_EQ(osAccountManagerService_->
StartOsAccount
(Constants::MAX_USER_ID + 1),
in HWTEST_F()
911
* @tc.desc: Test
StartOsAccount
with started id.
917
EXPECT_EQ(osAccountManagerService_->
StartOsAccount
(Constants::START_USER_ID),
in HWTEST_F()
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H
A
D
os_account_manager_module_test.cpp
1101
* @tc.desc: Test
StartOsAccount
with valid id.
1110
EXPECT_EQ(OsAccountManager::
StartOsAccount
(osAccountInfoOne.GetLocalId()), ERR_OK);
in HWTEST_F()
1118
* @tc.desc: Test
StartOsAccount
with invalid id.
1124
EXPECT_EQ(OsAccountManager::
StartOsAccount
(Constants::MAX_USER_ID + 1), ERR_OK);
in HWTEST_F()
1129
* @tc.desc: Test
StartOsAccount
with started id.
1135
EXPECT_EQ(OsAccountManager::
StartOsAccount
(Constants::START_USER_ID), ERR_OK);
in HWTEST_F()
Completed in 29 milliseconds