Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/
H A Doh_audio_capturer_lowlatency_test.cpp102 map<int32_t, string> g_interactiveOptStrMap = { variable
432 for (auto it = g_interactiveOptStrMap.begin(); it != g_interactiveOptStrMap.end(); it ++) { in PrintInteractiveUsage()
612 if (g_interactiveOptStrMap.count(res)) { in InteractiveRun()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/test/example/
H A Daudio_process_client_test.cpp154 std::map<int32_t, std::string> g_interactiveOptStrMap = { variable
804 for (auto it = g_interactiveOptStrMap.begin(); it != g_interactiveOptStrMap.end(); it ++) { in PrintInteractiveUsage()
1230 if (g_interactiveOptStrMap.count(res)) { in GetOptCode()