Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_beta_recorder.cpp32 static bool g_started = false; variable
126 g_started = true; in StartBetaRecord()
139 return g_started; in IsBetaRecordStarted()
190 g_started = false; in UpdateBetaRecord()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/
H A Dvpn_module_ext.cpp142 static bool g_started = false; variable
183 if (!g_started || ret != 0 || vpnExtMode != "1") { in StartVpnExtensionAbility()
184 g_started = true; in StartVpnExtensionAbility()