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:IsSystemAccount
(Results
1 - 6
of
6
) sorted by relevance
/base/notification/distributed_notification_service/services/ans/test/unittest/
H
A
D
os_account_manager_helper_test.cpp
93
* @tc.desc : test
IsSystemAccount
function, 100 is true(100 <= userId <= 10736)
98
ASSERT_EQ(true, OsAccountManagerHelper::
IsSystemAccount
(userId));
in HWTEST_F()
104
* @tc.desc : test
IsSystemAccount
function, 1100 is false(100 <= userId <= 10736)
109
ASSERT_EQ(false, OsAccountManagerHelper::
IsSystemAccount
(userId));
in HWTEST_F()
115
* @tc.desc : test
IsSystemAccount
function, 0 is false(100 <= userId <= 10736)
120
ASSERT_EQ(false, OsAccountManagerHelper::
IsSystemAccount
(userId));
in HWTEST_F()
126
* @tc.desc : test
IsSystemAccount
function, 1099 is true(100 <= userId <= 10736)
131
ASSERT_EQ(true, OsAccountManagerHelper::
IsSystemAccount
(userId));
in HWTEST_F()
/base/notification/common_event_service/services/include/
H
A
D
os_account_manager_helper.h
34
static bool
IsSystemAccount
(int32_t userId);
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
os_account_manager_helper.h
39
static bool
IsSystemAccount
(int32_t userId);
/base/notification/common_event_service/services/src/
H
A
D
os_account_manager_helper.cpp
63
bool OsAccountManagerHelper::
IsSystemAccount
(int32_t userId)
in IsSystemAccount()
function in OHOS::EventFwk::OsAccountManagerHelper
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
os_account_manager_helper.cpp
119
bool OsAccountManagerHelper::
IsSystemAccount
(int32_t userId)
in IsSystemAccount()
function in OHOS::Notification::OsAccountManagerHelper
H
A
D
notification_rdb_data_mgr.cpp
584
if (!OsAccountManagerHelper::
IsSystemAccount
(userId)) {
in GetUserTableName()
618
if (OsAccountManagerHelper::
IsSystemAccount
(userId)) {
in GenerateOperatedTables()
Completed in 5 milliseconds