Searched refs:ShowGlobalDialog (Results 1 – 3 of 3) sorted by relevance
543 …ASSERT_EQ(true, PermissionRecordManager::GetInstance().ShowGlobalDialog("ohos.permission.CAMERA"));545 …ASSERT_EQ(true, PermissionRecordManager::GetInstance().ShowGlobalDialog(MICROPHONE_PERMISSION_NAME…547 …ASSERT_EQ(true, PermissionRecordManager::GetInstance().ShowGlobalDialog("ohos.permission.LOCATION"…
160 bool ShowGlobalDialog(const std::string& permissionName);
1039 bool PermissionRecordManager::ShowGlobalDialog(const std::string& permissionName) in ShowGlobalDialog() function in OHOS::Security::AccessToken::PermissionRecordManager1118 if (!ShowGlobalDialog(permissionName)) { in StartUsingPermission()1147 if (!ShowGlobalDialog(permissionName)) { in StartUsingPermission()1345 if (!ShowGlobalDialog(permissionName)) { in SetTempMutePolicy()