Searched refs:curType (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_data_sync.cpp | 350 if (curType == SyncType::QUERY_SYNC_TYPE) { in GetUnsyncData() 375 if (curType != SyncType::QUERY_SYNC_TYPE) { in GetUnsyncData() 404 SyncType curType, const QuerySyncObject &query) in SaveData() argument 673 GetLocalWaterMark(curType, id, context, localMark); in FillDataRequestPacket() 745 errCode = SendDataPacket(curType, packet, context); in RequestStart() 760 SaveLocalWaterMark(curType, context, tmpDataTime); in RequestStart() 870 SaveLocalWaterMark(curType, context, tmpDataTime); in PullResponseStart() 1007 if (WaterMarkErrHandle(curType, context, message)) { in DataRequestRecv() 1291 if (curType == SyncType::QUERY_SYNC_TYPE) { in DealWaterMarkException() 1300 int errCode = SaveLocalWaterMark(curType, context, in DealWaterMarkException() [all …]
|
H A D | single_ver_data_sync.h | 165 …const SingleVerSyncTaskContext *context, const std::vector<SendDataItem> &inData, SyncType curType,
|
/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/oh_json/src/ |
H A D | default_vibrator_decoder.cpp | 171 std::string curType = parser.GetStringValue(typeItem); in ParseEvent() local 172 if (curType == "continuous") { in ParseEvent() 177 } else if (curType == "transient") { in ParseEvent() 181 MISC_HILOGE("Unknown event type, curType:%{public}s", curType.c_str()); in ParseEvent() 199 if ((curType == "continuous") && parser.HasObjectItem(eventParametersItem, "Curve")) { in ParseEvent()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/ |
H A D | audio_policy_service.cpp | 6369 DeviceType curType = GetCurrentInputDeviceType(); in UpdateInputDeviceInfo() local 6375 curType = DEVICE_TYPE_MIC; in UpdateInputDeviceInfo() 6378 curType = DEVICE_TYPE_FILE_SOURCE; in UpdateInputDeviceInfo() 6381 curType = DEVICE_TYPE_USB_HEADSET; in UpdateInputDeviceInfo() 6386 curType = deviceType; in UpdateInputDeviceInfo() 6392 SetCurrentInputDeviceType(curType); in UpdateInputDeviceInfo() 6393 AUDIO_DEBUG_LOG("Input device updated to %{public}d", curType); in UpdateInputDeviceInfo()
|