Home
last modified time | relevance | path

Searched refs:isShowDialog (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/satellite_call/include/
H A Dsatellite_call_control.h38 void SetShowDialog(bool isShowDialog);
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_second.cpp148 authManager_->authResponseContext_->isShowDialog = true;
157 authManager_->authResponseContext_->isShowDialog = false;
459 authManager_->authResponseContext_->isShowDialog = false;
469 authManager_->authResponseContext_->isShowDialog = true;
660 authManager_->authResponseContext_->isShowDialog = false;
662 ASSERT_EQ(authManager_->authResponseContext_->isShowDialog, false);
667 authManager_->authResponseContext_->isShowDialog = true;
669 ASSERT_EQ(authManager_->authResponseContext_->isShowDialog, true);
681 authManager_->authResponseContext_->isShowDialog = false;
688 authManager_->authResponseContext_->isShowDialog = true;
[all …]
/ohos5.0/base/telephony/call_manager/services/satellite_call/src/
H A Dsatellite_call_control.cpp162 void SatelliteCallControl::SetShowDialog(bool isShowDialog) in SetShowDialog() argument
164 isShowingDialog_ = isShowDialog; in SetShowDialog()
/ohos5.0/foundation/multimodalinput/input/service/fingerprint_event_processor/src/
H A Dfingerprint_event_processor.cpp398 void FingerprintEventProcessor::StartSmartKey(bool isShowDialog) in StartSmartKey() argument
400 ffrt::submit([isShowDialog] { in StartSmartKey()
408 if (isShowDialog) { in StartSmartKey()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch5_test.cpp397 bool isShowDialog = true; variable
398 satelliteCallControl->SetShowDialog(isShowDialog);
399 ASSERT_EQ(isShowDialog, true);
/ohos5.0/foundation/multimodalinput/input/service/fingerprint_event_processor/include/
H A Dfingerprint_event_processor.h66 void StartSmartKey(bool isShowDialog);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp414 authResponseContext_->isShowDialog = json[TAG_IS_SHOW_DIALOG].get<bool>(); in ParseAuthRequestMessage()
416 authResponseContext_->isShowDialog = true; in ParseAuthRequestMessage()
H A Ddm_auth_manager.cpp576 if (authResponseContext_->isShowDialog) { in OnGroupCreated()
1026 if (!authResponseContext_->isShowDialog) { in ConfirmProcessExt()
1395 if (!authResponseContext_->isShowDialog) { in ShowConfigDialog()
1434 if (!authResponseContext_->isShowDialog) { in ShowAuthInfoDialog()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h146 bool isShowDialog; member
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_response_state.cpp299 authManager->authResponseContext_->isShowDialog = true;