Home
last modified time | relevance | path

Searched refs:ScopedAzureADJoinStateForTesting (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/win/
H A Dwin_util.h290 class BASE_EXPORT ScopedAzureADJoinStateForTesting {
292 explicit ScopedAzureADJoinStateForTesting(bool state);
293 ScopedAzureADJoinStateForTesting(const ScopedAzureADJoinStateForTesting&) =
295 ScopedAzureADJoinStateForTesting& operator=(
296 const ScopedAzureADJoinStateForTesting&) = delete;
297 ~ScopedAzureADJoinStateForTesting();
H A Dwin_util.cc840 ScopedAzureADJoinStateForTesting::ScopedAzureADJoinStateForTesting(bool state) in ScopedAzureADJoinStateForTesting() function in base::win::ScopedAzureADJoinStateForTesting
843 ScopedAzureADJoinStateForTesting::~ScopedAzureADJoinStateForTesting() { in ~ScopedAzureADJoinStateForTesting()