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:IsOsAccountExists
(Results
1 - 8
of
8
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
account_helper.h
25
static int32_t
IsOsAccountExists
(const int32_t id, bool &isOsAccountExists);
/foundation/ability/ability_runtime/interfaces/inner_api/deps_wrapper/src/
H
A
D
os_account_manager_wrapper.cpp
69
ErrCode OsAccountManagerWrapper::
IsOsAccountExists
(const int id, bool &isOsAccountExists)
in IsOsAccountExists()
function in OHOS::AppExecFwk::OsAccountManagerWrapper
77
return AccountSA::OsAccountManager::
IsOsAccountExists
(id, isOsAccountExists);
in IsOsAccountExists()
/foundation/ability/ability_runtime/interfaces/inner_api/deps_wrapper/include/
H
A
D
os_account_manager_wrapper.h
63
ErrCode
IsOsAccountExists
(const int id, bool &isOsAccountExists);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
account_helper.cpp
27
int32_t AccountHelper::
IsOsAccountExists
(const int32_t id, bool &isOsAccountExists)
in IsOsAccountExists()
function in OHOS::AppExecFwk::AccountHelper
H
A
D
bundle_mgr_service.cpp
471
if (AccountHelper::
IsOsAccountExists
(userId, isExists) != ERR_OK) {
in CheckAllUser()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/accounthelper_fuzzer/
H
A
D
accounthelper_fuzzer.cpp
31
AccountHelper::
IsOsAccountExists
(id, isOsAccountExists);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/os_account_manager_wrapper_test/
H
A
D
os_account_manager_wrapper_test.cpp
85
DelayedSingleton<OsAccountManagerWrapper>::GetInstance()->
IsOsAccountExists
(ACCOUNT_VALUE, isOsAccountExists);
in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
user_controller.cpp
263
auto errCode = DelayedSingleton<OsAccountManagerWrapper>::GetInstance()->
IsOsAccountExists
(userId, isExist);
in IsExistOsAccount()
Completed in 4 milliseconds