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:GetTrustDeviceId
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributedhardware/device_manager/commondependency/src/
H
A
D
deviceprofile_connector.cpp
58
std::string trustDeviceId = item.
GetTrustDeviceId
();
in GetAppTrustDeviceList()
97
if (Crypto::GetUdidHash(item.
GetTrustDeviceId
(), reinterpret_cast<uint8_t *>(deviceIdHash)) != DM_OK) {
in GetDeviceAclParam()
172
if (trustDeviceId != item.
GetTrustDeviceId
() || item.GetStatus() != ACTIVE) {
in CheckBindType()
231
if (trustUdid != item.
GetTrustDeviceId
() || item.GetStatus() != ACTIVE) {
in GetBindTypeByPkgName()
282
if (profiles[index].
GetTrustDeviceId
() != targetDeviceId || profiles[index].GetStatus() != ACTIVE) {
in CompareBindType()
372
if (item.
GetTrustDeviceId
() != targetDeviceId || item.GetStatus() != ACTIVE) {
in GetPkgNameFromAcl()
395
if (item.
GetTrustDeviceId
() != trustDeviceId || item.GetStatus() != ACTIVE) {
in GetOfflineParamFromAcl()
460
if (item.
GetTrustDeviceId
() == remoteUdid) {
in DeleteAclForAccountLogOut()
487
if (item.
GetTrustDeviceId
() == udid) {
in DeleteAccessControlList()
531
if (item.
GetTrustDeviceId
() !
in DeleteAppBindLevel()
[all...]
/foundation/communication/dsoftbus/core/authentication/src/
H
A
D
auth_deviceprofile.cpp
95
trustDevice.
GetTrustDeviceId
().empty()) {
in IsTrustDevice()
99
Anonymize(trustDevice.
GetTrustDeviceId
().c_str(), &anonyUdid);
in IsTrustDevice()
105
if (SoftBusGenerateStrHash((const unsigned char *)trustDevice.
GetTrustDeviceId
().c_str(),
in IsTrustDevice()
106
trustDevice.
GetTrustDeviceId
().length(), udidHash) != SOFTBUS_OK) {
in IsTrustDevice()
229
udid == aclProfile.
GetTrustDeviceId
()) {
in InsertDpSameAccount()
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H
A
D
access_control_profile.h
42
std::string
GetTrustDeviceId
() const;
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H
A
D
access_control_profile.cpp
88
std::string AccessControlProfile::
GetTrustDeviceId
() const
in GetTrustDeviceId()
function in OHOS::DistributedDeviceProfile::AccessControlProfile
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H
A
D
trust_profile_manager.cpp
145
accessControlProfile.
GetTrustDeviceId
(), accessControlProfile.GetBindType()) != DP_SUCCESS) {
in PutAccessControlProfile()
227
ret = this->GetResultStatus(profile.
GetTrustDeviceId
(), status);
in UpdateAccessControlProfile()
795
trustDeviceProfile.SetDeviceId(accessControlProfile.
GetTrustDeviceId
());
in ConvertToTrustDeviceProfile()
1875
std::string trustDeviceId = profile.
GetTrustDeviceId
();
in PutAclCheck()
1908
ValueObject(profile.
GetTrustDeviceId
()), ValueObject(profile.GetSessionKey()),
in IsAclExists()
1963
std::vector<ValueObject>{ ValueObject(profile.
GetTrustDeviceId
()) });
in DeleteTrustDeviceCheck()
1973
ret = this->DeleteTrustDeviceProfile(profile.
GetTrustDeviceId
());
in DeleteTrustDeviceCheck()
1980
this->GetResultStatus(profile.
GetTrustDeviceId
(), status);
in DeleteTrustDeviceCheck()
1982
trustDeviceProfile.SetDeviceId(profile.
GetTrustDeviceId
());
in DeleteTrustDeviceCheck()
/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H
A
D
dm_device_state_manager.cpp
469
std::string trustDeviceId = item.
GetTrustDeviceId
();
in DeleteGroupByDP()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H
A
D
profile_utils_test.cpp
440
EXPECT_EQ("123456", outProfile.
GetTrustDeviceId
());
in HWTEST_F()
490
EXPECT_EQ("1234567", outProfile.
GetTrustDeviceId
());
in HWTEST_F()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H
A
D
profile_utils.cpp
420
values.PutString(TRUST_DEVICE_ID, profile.
GetTrustDeviceId
());
in AccessControlProfileToEntries()
Completed in 11 milliseconds