Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_in_client.cpp1283 StreamStatus targetStatus = STREAM_INVALID; in KeepLoopRunning() local
1293 targetStatus = STREAM_RUNNING; in KeepLoopRunning()
1296 targetStatus = STREAM_STARTING; in KeepLoopRunning()
1299 targetStatus = STREAM_PAUSED; in KeepLoopRunning()
1302 targetStatus = STREAM_STARTING; in KeepLoopRunning()
1305 targetStatus = STREAM_STOPPED; in KeepLoopRunning()
1308 targetStatus = STREAM_RELEASED; in KeepLoopRunning()
1315 …(targetStatus == STREAM_PAUSED || targetStatus == STREAM_STOPPED || targetStatus == STREAM_RELEASE… in KeepLoopRunning()
1430 targetStatus = SpanStatus::SPAN_WRITE_DONE; in RecordPrepareCurrent()
1485 targetStatus); in PrepareCurrent()
[all …]
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp1552 SpanStatus targetStatus = SpanStatus::SPAN_WRITE_DONE; in GetAllReadyProcessData() local
1553 … if (curReadSpan->spanStatus.compare_exchange_strong(targetStatus, SpanStatus::SPAN_READING)) { in GetAllReadyProcessData()
1746 SpanStatus targetStatus = SpanStatus::SPAN_READING; in PrepareNextLoop() local
1749 … if (tempSpan->spanStatus.compare_exchange_strong(targetStatus, SpanStatus::SPAN_READ_DONE)) { in PrepareNextLoop()
1849 EndpointStatus targetStatus = INVALID; in KeepWorkloopRunning() local
1855 targetStatus = RUNNING; in KeepWorkloopRunning()
1863 targetStatus = IDEL; in KeepWorkloopRunning()
1866 targetStatus = RUNNING; in KeepWorkloopRunning()
1869 targetStatus = STOPPED; in KeepWorkloopRunning()
1878 GetStatusStr(targetStatus).c_str()); in KeepWorkloopRunning()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_sync_check_test.cpp822 … Sync(KvStoreNbDelegate *kvDelegatePtr, vector<std::string> &devices, const DBStatus &targetStatus) in Sync() argument
828 ASSERT_TRUE(result[deviceId] == targetStatus); in Sync()
832 void Sync(vector<std::string> &devices, const DBStatus &targetStatus) in Sync() argument
834 Sync(g_kvDelegatePtr, devices, targetStatus); in Sync()
838 const DBStatus &targetStatus) in SyncWithQuery() argument
844 if (targetStatus == COMM_FAILURE) { in SyncWithQuery()
852 ASSERT_EQ(result[deviceId], targetStatus); in SyncWithQuery()
857 void SyncWithQuery(vector<std::string> &devices, const Query &query, const DBStatus &targetStatus) in SyncWithQuery() argument
859 SyncWithQuery(devices, query, DistributedDB::SYNC_MODE_PUSH_ONLY, targetStatus); in SyncWithQuery()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_dump_pcm.cpp251 bool targetStatus = false; in DumpAllMemBlock() local
252 if (!isDumpingData_.compare_exchange_strong(targetStatus, true)) { in DumpAllMemBlock()