Searched refs:isShowDialog (Results 1 – 10 of 10) sorted by relevance
38 void SetShowDialog(bool isShowDialog);
148 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 …]
162 void SatelliteCallControl::SetShowDialog(bool isShowDialog) in SetShowDialog() argument164 isShowingDialog_ = isShowDialog; in SetShowDialog()
398 void FingerprintEventProcessor::StartSmartKey(bool isShowDialog) in StartSmartKey() argument400 ffrt::submit([isShowDialog] { in StartSmartKey()408 if (isShowDialog) { in StartSmartKey()
397 bool isShowDialog = true; variable398 satelliteCallControl->SetShowDialog(isShowDialog);399 ASSERT_EQ(isShowDialog, true);
66 void StartSmartKey(bool isShowDialog);
414 authResponseContext_->isShowDialog = json[TAG_IS_SHOW_DIALOG].get<bool>(); in ParseAuthRequestMessage()416 authResponseContext_->isShowDialog = true; in ParseAuthRequestMessage()
576 if (authResponseContext_->isShowDialog) { in OnGroupCreated()1026 if (!authResponseContext_->isShowDialog) { in ConfirmProcessExt()1395 if (!authResponseContext_->isShowDialog) { in ShowConfigDialog()1434 if (!authResponseContext_->isShowDialog) { in ShowAuthInfoDialog()
146 bool isShowDialog; member
299 authManager->authResponseContext_->isShowDialog = true;