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:INVALIED_TYPE
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributedhardware/device_manager/test/commonunittest/
H
A
D
UTTest_dm_deviceprofile_connector.cpp
170
EXPECT_EQ(ret,
INVALIED_TYPE
);
in HWTEST_F()
483
EXPECT_EQ(ret.bindType,
INVALIED_TYPE
);
in HWTEST_F()
491
EXPECT_EQ(ret.bindType,
INVALIED_TYPE
);
in HWTEST_F()
645
EXPECT_EQ(ret,
INVALIED_TYPE
);
in HWTEST_F()
660
profile.SetBindType(
INVALIED_TYPE
);
in HWTEST_F()
662
EXPECT_EQ(ret,
INVALIED_TYPE
);
in HWTEST_F()
670
int32_t bindLevel =
INVALIED_TYPE
;
in HWTEST_F()
675
EXPECT_EQ(offlineParam.bindType,
INVALIED_TYPE
);
in HWTEST_F()
723
int32_t bindLevel =
INVALIED_TYPE
;
in HWTEST_F()
832
profile.SetBindType(
INVALIED_TYPE
);
in HWTEST_F()
[all...]
H
A
D
UTTest_dm_auth_manager_third.cpp
37
static int32_t g_bindType =
INVALIED_TYPE
;
132
g_bindType =
INVALIED_TYPE
;
in TearDown()
229
g_bindType =
INVALIED_TYPE
;
in HWTEST_F()
268
authManager_->authResponseContext_->bindLevel =
INVALIED_TYPE
;
in HWTEST_F()
H
A
D
UTTest_dm_auth_manager_second.cpp
744
authManager_->authResponseContext_->bindLevel =
INVALIED_TYPE
;
in HWTEST_F()
791
authManager_->authResponseContext_->bindLevel =
INVALIED_TYPE
;
in HWTEST_F()
H
A
D
UTTest_dm_auth_manager_first.cpp
181
authManager_->authResponseContext_->bindLevel =
INVALIED_TYPE
;
in HWTEST_F()
/foundation/distributedhardware/device_manager/commondependency/src/
H
A
D
deviceprofile_connector.cpp
170
uint32_t highestPriority =
INVALIED_TYPE
;
in CheckBindType()
188
uint32_t priority =
INVALIED_TYPE
;
in GetAuthForm()
393
offlineParam.bindType =
INVALIED_TYPE
;
in GetOfflineParamFromAcl()
399
uint32_t priority =
INVALIED_TYPE
;
in GetOfflineParamFromAcl()
499
offlineParam.bindType =
INVALIED_TYPE
;
in DeleteAccessControlList()
836
int32_t bindLevel =
INVALIED_TYPE
;
in GetBindLevel()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
dm_auth_manager.cpp
209
authRequestContext_->bindLevel =
INVALIED_TYPE
;
in GetAuthParam()
346
if (offlineParam.bindType ==
INVALIED_TYPE
) {
in DeleteAcl()
839
authResponseContext_->bindLevel ==
INVALIED_TYPE
) {
in RespNegotiate()
856
authResponseContext_->bindLevel =
INVALIED_TYPE
;
in NegotiateRespMsg()
888
authResponseContext_->bindLevel ==
INVALIED_TYPE
) {
in SendAuthRequest()
1074
authResponseContext_->bindLevel ==
INVALIED_TYPE
) {
in StartAuthProcess()
1465
authResponseContext_->bindLevel ==
INVALIED_TYPE
) {
in ShowStartAuthDialog()
1493
authResponseContext_->bindLevel ==
INVALIED_TYPE
) {
in ProcessPincode()
2491
if (bindLevel ==
INVALIED_TYPE
|| bindLevel > APP || bindLevel < DEVICE) {
in GetBindLevel()
2496
if (bindLevel ==
INVALIED_TYPE
|| (bindLeve
in GetBindLevel()
[all...]
/foundation/distributedhardware/device_manager/commondependency/include/
H
A
D
deviceprofile_connector.h
27
constexpr uint32_t
INVALIED_TYPE
= 0;
variable
/foundation/distributedhardware/device_manager/services/implementation/src/
H
A
D
device_manager_service_impl.cpp
218
if (offlineParam.leftAclNumber == 0 && offlineParam.bindType ==
INVALIED_TYPE
) {
in HandleOffline()
255
if (bindType ==
INVALIED_TYPE
&& isCredentialType_.load()) {
in HandleOnline()
838
if (bindType ==
INVALIED_TYPE
) {
in HandleDeviceScreenStatusChange()
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
UTTest_device_manager_service_impl.cpp
1463
EXPECT_EQ(ret,
INVALIED_TYPE
);
in HWTEST_F()
Completed in 20 milliseconds