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:GetAdminType
(Results
1 - 8
of
8
) sorted by relevance
/base/customization/enterprise_device_management/services/edm/src/
H
A
D
super_admin.cpp
21
AdminType SuperAdmin::
GetAdminType
()
in GetAdminType()
function in OHOS::EDM::SuperAdmin
H
A
D
admin.cpp
41
AdminType Admin::
GetAdminType
()
in GetAdminType()
function in OHOS::Admin
H
A
D
admin_manager.cpp
464
if (adminItem->
GetAdminType
() != AdminType::SUB_SUPER_ADMIN) {
in SaveAuthorizedAdmin()
489
[&](const std::shared_ptr<Admin>& admin) { return admin->
GetAdminType
() == AdminType::ENT; });
in GetSuperAdmin()
H
A
D
enterprise_device_mgr_ability.cpp
230
if ((subAdmin->
GetAdminType
() == AdminType::SUB_SUPER_ADMIN || subAdmin->
GetAdminType
() == AdminType::ENT) &&
in OnCommonEventUserRemoved()
797
if (existAdmin->
GetAdminType
() == AdminType::SUB_SUPER_ADMIN) {
in VerifyEnableAdminCondition()
801
if (existAdmin->
GetAdminType
() == AdminType::ENT && (type != AdminType::ENT || userId != DEFAULT_USER_ID)) {
in VerifyEnableAdminCondition()
1444
if (adminItem->
GetAdminType
() != AdminType::ENT) {
in AuthorizeAdmin()
/base/customization/enterprise_device_management/services/edm/include/
H
A
D
super_admin.h
25
AdminType
GetAdminType
() override;
H
A
D
admin.h
48
virtual AdminType
GetAdminType
();
/base/customization/enterprise_device_management/test/unittest/services/edm/src/
H
A
D
admin_test.cpp
80
* @tc.desc: Test AdminManager::
GetAdminType
.
89
AdminType adminType = admin->
GetAdminType
();
in HWTEST_F()
95
* @tc.desc: Test AdminManager::
GetAdminType
.
104
AdminType adminType = admin->
GetAdminType
();
in HWTEST_F()
110
* @tc.desc: Test AdminManager::
GetAdminType
.
119
AdminType adminType = admin->
GetAdminType
();
in HWTEST_F()
H
A
D
admin_manager_test.cpp
525
ASSERT_TRUE(admin->
GetAdminType
() == AdminType::SUB_SUPER_ADMIN);
in HWTEST_F()
Completed in 7 milliseconds