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:GetAccesserId
(Results
1 - 6
of
6
) sorted by relevance
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H
A
D
accesser.h
31
int64_t
GetAccesserId
();
H
A
D
access_control_profile.h
36
int64_t
GetAccesserId
() const;
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H
A
D
accesser.cpp
39
int64_t Accesser::
GetAccesserId
()
in GetAccesserId()
function in OHOS::DistributedDeviceProfile::Accesser
H
A
D
access_control_profile.cpp
58
int64_t AccessControlProfile::
GetAccesserId
() const
in GetAccesserId()
function in OHOS::DistributedDeviceProfile::AccessControlProfile
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H
A
D
trust_profile_manager.cpp
207
this->UpdateAccesserProfile(profile.
GetAccesserId
(), profile);
in UpdateAccessControlProfile()
1409
ret = this->DeleteAccesserCheck(profile.
GetAccesserId
());
in DeleteAccessControlProfileCheck()
1604
accesser.SetAccesserId(accessControlProfile.
GetAccesserId
());
in SetAccessControlProfileId()
1862
oldProfile.
GetAccesserId
() != profile.GetAccesser().
GetAccesserId
() ||
in UpdateAclCheck()
1863
oldProfile.
GetAccesserId
() != profile.
GetAccesserId
() ||
in UpdateAclCheck()
1907
ValueObject(profile.
GetAccesserId
()), ValueObject(profile.GetAccesseeId()),
in IsAclExists()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H
A
D
profile_utils.cpp
418
values.PutLong(ACCESSER_ID, profile.
GetAccesserId
());
in AccessControlProfileToEntries()
436
values.PutLong(ACCESSER_ID, accesser.
GetAccesserId
());
in AccesserToEntries()
Completed in 6 milliseconds