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:SetBindType
(Results
1 - 18
of
18
) sorted by relevance
/foundation/distributedhardware/device_manager/test/commonunittest/
H
A
D
UTTest_dm_deviceprofile_connector.cpp
73
profiles.
SetBindType
(DM_IDENTICAL_ACCOUNT);
in HWTEST_F()
82
profiles.
SetBindType
(DM_POINT_TO_POINT);
in HWTEST_F()
92
profiles.
SetBindType
(DM_POINT_TO_POINT);
in HWTEST_F()
106
profiles.
SetBindType
(DM_POINT_TO_POINT);
in HWTEST_F()
120
profiles.
SetBindType
(DM_ACROSS_ACCOUNT);
in HWTEST_F()
130
profiles.
SetBindType
(DM_ACROSS_ACCOUNT);
in HWTEST_F()
144
profiles.
SetBindType
(DM_ACROSS_ACCOUNT);
in HWTEST_F()
159
profiles.
SetBindType
(invalidType);
in HWTEST_F()
201
profiles.
SetBindType
(DM_IDENTICAL_ACCOUNT);
in HWTEST_F()
212
profiles.
SetBindType
(DM_POINT_TO_POIN
in HWTEST_F()
[all...]
/foundation/distributedhardware/device_manager/test/unittest/mock/
H
A
D
mock_distributed_device_profile_client.cpp
61
profileFirst.
SetBindType
(bindType);
in AddAccessControlProfileFirst()
113
profileSecond.
SetBindType
(bindType);
in AddAccessControlProfileSecond()
164
profileThird.
SetBindType
(bindType);
in AddAccessControlProfileThird()
215
profileFourth.
SetBindType
(bindType);
in AddAccessControlprofileFourth()
266
profileFifth.
SetBindType
(bindType);
in AddAccessControlProfileFifth()
318
profileFifth.
SetBindType
(bindType);
in AddAccessControlProfileSixth()
370
profileFifth.
SetBindType
(bindType);
in AddAccessControlProfileSeventh()
422
profileFifth.
SetBindType
(bindType);
in AddAccessControlProfileEighth()
474
profileFifth.
SetBindType
(bindType);
in AddAccessControlProfileNinth()
526
profileFifth.
SetBindType
(bindTyp
in AddAccessControlProfileTenth()
[all...]
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H
A
D
ipc_bind_device_req.h
62
void
SetBindType
(int32_t bindType)
in SetBindType()
function in OHOS::DistributedHardware::IpcBindDeviceReq
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H
A
D
trust_device_profile.h
45
void
SetBindType
(uint32_t bindType);
H
A
D
access_control_profile.h
45
void
SetBindType
(uint32_t bindType);
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H
A
D
trust_device_profile.cpp
72
void TrustDeviceProfile::
SetBindType
(uint32_t bindType)
in SetBindType()
function in OHOS::DistributedDeviceProfile::TrustDeviceProfile
H
A
D
access_control_profile.cpp
103
void AccessControlProfile::
SetBindType
(uint32_t bindType)
in SetBindType()
function in OHOS::DistributedDeviceProfile::AccessControlProfile
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H
A
D
trust_device_profile_test.cpp
123
trustDeviceProfile.
SetBindType
(bindType);
in HWTEST_F()
H
A
D
trust_profile_manager_test.cpp
252
profile.
SetBindType
(256);
in HWTEST_F()
283
profile.
SetBindType
(256);
in HWTEST_F()
328
profile.
SetBindType
(256);
in HWTEST_F()
373
profile.
SetBindType
(256);
in HWTEST_F()
418
profile.
SetBindType
(256);
in HWTEST_F()
463
profile.
SetBindType
(3);
in HWTEST_F()
508
profile.
SetBindType
(3);
in HWTEST_F()
553
profile.
SetBindType
(4);
in HWTEST_F()
598
profile.
SetBindType
(4);
in HWTEST_F()
643
profile.
SetBindType
(
in HWTEST_F()
[all...]
H
A
D
distributed_device_profile_client_rdb_test.cpp
177
profile.
SetBindType
(4);
in HWTEST_F()
H
A
D
profile_utils_test.cpp
416
profile.
SetBindType
(1);
in HWTEST_F()
466
profile.
SetBindType
(1);
in HWTEST_F()
522
profile.
SetBindType
(1);
in HWTEST_F()
578
profile.
SetBindType
(1);
in HWTEST_F()
674
profile.
SetBindType
(1);
in HWTEST_F()
724
profile.
SetBindType
(1);
in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H
A
D
auth_device_profile_listener_test.cpp
77
profile.
SetBindType
((uint32_t)OHOS::DistributedDeviceProfile::BindType::SAME_ACCOUNT);
in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H
A
D
auth_deviceprofile.cpp
243
accessControlProfile.
SetBindType
((uint32_t)OHOS::DistributedDeviceProfile::BindType::SAME_ACCOUNT);
in InsertDpSameAccount()
/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H
A
D
profileutils_fuzzer.cpp
171
profile.
SetBindType
(1);
in AccessControlProfileToEntriesFuzzTest()
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H
A
D
trust_profile_manager.cpp
799
trustDeviceProfile.
SetBindType
(accessControlProfile.GetBindType());
in ConvertToTrustDeviceProfile()
1556
accessControlProfile.
SetBindType
(bindType);
in ConvertToAccessControlProfile()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H
A
D
profile_utils.cpp
531
profile.
SetBindType
(intValue);
in EntriesToAccessControlProfile()
/foundation/distributedhardware/device_manager/commondependency/src/
H
A
D
deviceprofile_connector.cpp
437
profile.
SetBindType
(aclInfo.bindType);
in PutAccessControlList()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H
A
D
device_manager_impl.cpp
1512
req->
SetBindType
(bindType);
in BindDevice()
Completed in 22 milliseconds