Home
last modified time | relevance | path

Searched refs:withLocation (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.h179 bool withLocation = false; member
H A Drecorder_server.cpp747 config_.withLocation = true; in SetLocation()
1048 configMap["withLocation"] = config_.withLocation; in GetAVRecorderConfig()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h180 bool withLocation = false; member
H A Davrecorder_napi.cpp1456 config->withLocation = configMap["withLocation"]; in GetAVRecorderConfig()
2048 asyncCtx->config_->withLocation = true; in GetLocation()
2136 if (config->withLocation) { in Configure()