Home
last modified time | relevance | path

Searched refs:g_interactiveOptFuncMap (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.cpp117 map<int32_t, CallTestOperationFunc> g_interactiveOptFuncMap = { variable
632 auto it = g_interactiveOptFuncMap.find(g_optCode); in InteractiveRun()
633 if (it != g_interactiveOptFuncMap.end() && it->second != nullptr) { in InteractiveRun()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/test/example/
H A Daudio_process_client_test.cpp185 std::map<int32_t, CallTestOperationFunc> g_interactiveOptFuncMap = { variable
1275 auto it = g_interactiveOptFuncMap.find(optCode); in InteractiveRun()
1276 if (it != g_interactiveOptFuncMap.end() && it->second != nullptr) { in InteractiveRun()