Searched refs:netWorkId_ (Results 1 - 8 of 8) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_group_manager.cpp | 49 g_sProxy->SetAudioParameter(netWorkId_, AudioParamKey::VOLUME, condition, value); in SetVolume() 91 std::string value = g_sProxy->GetAudioParameter(netWorkId_, AudioParamKey::VOLUME, condition); in GetVolume() 130 std::string value = g_sProxy->GetAudioParameter(netWorkId_, AudioParamKey::VOLUME, condition); in GetMaxVolume() 157 std::string value = g_sProxy->GetAudioParameter(netWorkId_, AudioParamKey::VOLUME, condition); in GetMinVolume() 183 g_sProxy->SetAudioParameter(netWorkId_, AudioParamKey::VOLUME, conditon, value); in SetMute() 215 std::string ret = g_sProxy->GetAudioParameter(netWorkId_, AudioParamKey::VOLUME, condition); in IsStreamMute() 252 netWorkId_ = netWorkId; in Init() 253 connectType_ = netWorkId_ == LOCAL_NETWORK_ID ? CONNECT_TYPE_LOCAL : CONNECT_TYPE_DISTRIBUTED; in Init() 254 AUDIO_INFO_LOG("AudioGroupManager::init set networkId %{public}s.", netWorkId_.c_str()); in Init() 315 CHECK_AND_RETURN_RET_LOG(netWorkId_ in SetRingerMode() [all...] |
/foundation/distributedhardware/device_manager/common/include/ipc/model/ |
H A D | ipc_get_device_screen_status_req.h | 34 return netWorkId_; in GetNetWorkId() 44 netWorkId_ = netWorkId; in SetNetWorkId() 48 std::string netWorkId_; member in OHOS::DistributedHardware::IpcGetDeviceScreenStatusReq
|
H A D | ipc_get_info_by_network_req.h | 34 return netWorkId_; in GetNetWorkId() 44 netWorkId_ = netWorkId; in SetNetWorkId() 68 std::string netWorkId_; member in OHOS::DistributedHardware::IpcGetInfoByNetWorkReq
|
H A D | ipc_get_info_by_network_rsp.h | 116 return netWorkId_; in GetNetWorkId() 126 netWorkId_ = netWorkId; in SetNetWorkId() 132 std::string netWorkId_; member in OHOS::DistributedHardware::IpcGetInfoByNetWorkRsp
|
/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/ |
H A D | distribute_req_param.h | 92 return netWorkId_; in GetNetworkId() 97 netWorkId_ = netWorkId; in SetNetWorkId() 122 std::string netWorkId_; member in OHOS::AppExecFwk::DistributeReqParam
|
/foundation/distributedhardware/distributed_input/services/source/inputinject/src/ |
H A D | virtual_device.cpp | 117 .append(netWorkId_).append(VIR_NODE_SPLIT).append(dhId); in SetPhys() 192 netWorkId_ = netWorkId; in SetNetWorkId() 202 return netWorkId_; in GetNetWorkId()
|
/foundation/distributedhardware/distributed_input/services/source/inputinject/include/ |
H A D | virtual_device.h | 57 std::string netWorkId_; member in OHOS::DistributedHardware::DistributedInput::VirtualDevice
|
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiomanager/include/ |
H A D | audio_group_manager.h | 90 std::string netWorkId_ = LOCAL_NETWORK_ID;
member in OHOS::AudioStandard::AudioGroupManager
|
Completed in 3 milliseconds