Home
last modified time | relevance | path

Searched refs:INVALIED_TYPE (Results 1 - 9 of 9) sorted by relevance

/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp170 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 DUTTest_dm_auth_manager_third.cpp37 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 DUTTest_dm_auth_manager_second.cpp744 authManager_->authResponseContext_->bindLevel = INVALIED_TYPE; in HWTEST_F()
791 authManager_->authResponseContext_->bindLevel = INVALIED_TYPE; in HWTEST_F()
H A DUTTest_dm_auth_manager_first.cpp181 authManager_->authResponseContext_->bindLevel = INVALIED_TYPE; in HWTEST_F()
/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp170 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 Ddm_auth_manager.cpp209 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 Ddeviceprofile_connector.h27 constexpr uint32_t INVALIED_TYPE = 0; variable
/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp218 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 DUTTest_device_manager_service_impl.cpp1463 EXPECT_EQ(ret, INVALIED_TYPE); in HWTEST_F()

Completed in 20 milliseconds