/foundation/multimedia/player_framework/services/services/player/player_mem_manage/ |
H A D | player_server_mem_state.cpp | 25 std::string PlayerServerMem::MemBaseState::GetStateName() const
in GetStateName() function in OHOS::Media::PlayerServerMem::MemBaseState 32 MEDIA_LOGE("invalid operation for %{public}s", GetStateName().c_str());
in MemStateRecover() 45 MEDIA_LOGE("invalid operation for %{public}s", GetStateName().c_str());
in MemPlayerCbRecover() 54 "curState:%{public}s failed to SetSource url", GetStateName().c_str());
in MemRecoverToInitialized() 57 "curState:%{public}s failed to SetConfigInternal", GetStateName().c_str());
in MemRecoverToInitialized() 67 "curState:%{public}s failed to SetSource url.", GetStateName().c_str());
in MemRecoverToPrepared() 70 "curState:%{public}s failed to SetConfigInternal.", GetStateName().c_str());
in MemRecoverToPrepared() 73 "curState:%{public}s failed to PrepareAsyncInner.", GetStateName().c_str());
in MemRecoverToPrepared() 76 "curState:%{public}s failed to SetBehaviorInternal.", GetStateName().c_str());
in MemRecoverToPrepared() 86 "curState:%{public}s failed to SetSource url", GetStateName() in MemRecoverToCompleted() [all...] |
H A D | player_server_mem_state.h | 27 std::string GetStateName() const;
|
H A D | player_server_mem.cpp | 806 MEDIA_LOGI("Enter, currState:%{public}s", recoverConfig_.currState->GetStateName().c_str());
in LocalResourceRecover()
|
/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/ |
H A D | mock_wifi_ap_service.cpp | 26 WIFI_LOGI("Instance %{public}d %{public}s GoInState.", m_id, GetStateName().c_str()); in GoInState() 31 WIFI_LOGI("Instance %{public}d %{public}s GoOutState.", m_id, GetStateName().c_str()); in GoOutState() 41 WIFI_LOGI("Instance %{public}d %{public}s GoInState.", m_id, GetStateName().c_str()); in GoInState() 46 WIFI_LOGI("Instance %{public}d %{public}s GoOutState.", m_id, GetStateName().c_str()); in GoOutState() 56 WIFI_LOGI("Instance %{public}d %{public}s GoInState.", m_id, GetStateName().c_str()); in GoInState() 61 WIFI_LOGI("Instance %{public}d %{public}s GoOutState.", m_id, GetStateName().c_str()); in GoOutState()
|
/foundation/communication/wifi/wifi/base/state_machine/src/ |
H A D | state_machine.cpp | 328 it = mStateInfoMap.find(upper->GetStateName()); in StatePlus() 333 LOGD("upperStateInfo is null, add upper first. upper->GetStateName():%{public}s", in StatePlus() 334 upper->GetStateName().c_str()); in StatePlus() 343 it = mStateInfoMap.find(state->GetStateName()); in StatePlus() 353 mStateInfoMap.insert(StateInfoMap::value_type(state->GetStateName(), stateInfo)); in StatePlus() 372 StateInfoMap::iterator it = mStateInfoMap.find(state->GetStateName()); in StateDelete() 389 it = mStateInfoMap.find(state->GetStateName()); in StateDelete() 439 StateInfoMap::iterator it = mStateInfoMap.find(pFirstState->GetStateName()); in BuildStateInitVector() 458 StateInfoMap::iterator it = mStateInfoMap.find(targetState->GetStateName()); in BuildSequenceStateVector() 537 LOGE("SwitchState, Switch to targetState: %{public}s.", targetState->GetStateName() in SwitchState() [all...] |
H A D | state.cpp | 29 std::string State::GetStateName() in GetStateName() function in OHOS::Wifi::State
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_root_state.cpp | 32 WIFI_LOGI("Instance %{public}d %{public}s GoInState.", m_id, GetStateName().c_str()); in GoInState() 37 WIFI_LOGI("Instance %{public}d %{public}s GoOutState.", m_id, GetStateName().c_str()); in GoOutState()
|
H A D | ap_idle_state.cpp | 33 WIFI_LOGI("Instance %{public}d %{public}s GoInState.", m_id, GetStateName().c_str()); in GoInState() 38 WIFI_LOGI("Instance %{public}d %{public}s GoOutState.", m_id, GetStateName().c_str()); in GoOutState()
|
H A D | ap_started_state.cpp | 66 WIFI_LOGI("Instance %{public}d %{public}s GoInState.", m_id, GetStateName().c_str()); in GoInState() 502 WIFI_LOGI("Instance %{public}d %{public}s GoInState", m_id, GetStateName().c_str()); in ProcessCmdEnableAp()
|
/foundation/communication/wifi/wifi/base/state_machine/include/ |
H A D | state.h | 49 std::string GetStateName();
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_profile.cpp | 690 if ((strcmp(A2DP_PROFILE_OPEN.c_str(), peer->GetStateMachine()->GetStateName().c_str()) == 0) || in Stop() 691 (strcmp(A2DP_PROFILE_STREAMING.c_str(), peer->GetStateMachine()->GetStateName().c_str()) == 0)) { in Stop() 722 if (strcmp(A2DP_PROFILE_STREAMING.c_str(), peer->GetStateMachine()->GetStateName().c_str()) == 0) { in Start() 751 __func__, peerProfile->GetStateMachine()->GetStateName().c_str()); in JudgeAllowedStreaming() 752 if (strcmp(A2DP_PROFILE_STREAMING.c_str(), peerProfile->GetStateMachine()->GetStateName().c_str()) == 0) { in JudgeAllowedStreaming() 778 if (strcmp(A2DP_PROFILE_OPEN.c_str(), peer->GetStateMachine()->GetStateName().c_str()) == 0 || in Close() 779 strcmp(A2DP_PROFILE_STREAMING.c_str(), peer->GetStateMachine()->GetStateName().c_str()) == 0) { in Close() 797 if (strcmp(A2DP_PROFILE_STREAMING.c_str(), peer->GetStateMachine()->GetStateName().c_str()) == 0) { in HasStreaming() 813 if (strcmp(A2DP_PROFILE_OPEN.c_str(), peer->GetStateMachine()->GetStateName().c_str()) == 0) { in HasOpen() 910 if (strcmp(A2DP_PROFILE_OPEN.c_str(), peer->GetStateMachine()->GetStateName() in Reconfigure() [all...] |
H A D | a2dp_state_machine.h | 731 const std::string GetStateName(void) const;
|
H A D | a2dp_profile_peer.cpp | 1158 if (strcmp(stateMachine->GetStateName().c_str(), A2DP_PROFILE_OPEN.c_str()) == 0) { in Reconfigure() 1166 } else if (strcmp(stateMachine->GetStateName().c_str(), A2DP_PROFILE_STREAMING.c_str()) == 0) { in Reconfigure() 1174 __func__, stateMachine->GetStateName().c_str()); in Reconfigure()
|
H A D | a2dp_state_machine.cpp | 1278 const std::string A2dpStateMachine::GetStateName(void) const in GetStateName() function in OHOS::bluetooth::A2dpStateMachine
|
/foundation/multimedia/media_foundation/engine/scene/player/internal/ |
H A D | state.h | 93 static const char* GetStateName(StateId state);
|
H A D | state.cpp | 24 const char* State::GetStateName(StateId state) in GetStateName() function in OHOS::Media::State
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor.h | 57 static std::string GetStateName(ProcessorState state);
|
H A D | p2p_v1_processor.cpp | 153 CONN_LOGI(CONN_WIFI_DIRECT, "%{public}s => %{public}s", GetStateName(old).c_str(), GetStateName(state).c_str()); in SwitchState() 156 std::string P2pV1Processor::GetStateName(ProcessorState state) in GetStateName() function in OHOS::SoftBus::P2pV1Processor 570 static_cast<int>(msgType), GetStateName(state_).c_str()); in ProcessNegotiateCommandCommon()
|
/foundation/multimedia/player_framework/services/services/player/server/ |
H A D | player_server_state.cpp | 31 MEDIA_LOGE("invalid operation for %{public}s", GetStateName().c_str()); in ReportInvalidOperation()
|
H A D | player_server.h | 36 std::string GetStateName() const;
|
H A D | player_server.cpp | 1723 std::string PlayerServerState::GetStateName() const in GetStateName() function in OHOS::Media::PlayerServerState
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor_test.cpp | 385 * @tc.name: GetStateName 390 HWTEST_F(P2pV1ProcessorTest, GetStateName, TestSize.Level1) in HWTEST_F() 392 auto value = P2pV1Processor::GetStateName(&P2pV1Processor::AvailableState); in HWTEST_F() 395 value = P2pV1Processor::GetStateName(&P2pV1Processor::OnWaitReqResponseTimeoutEvent); in HWTEST_F()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | self_cure_state_machine.cpp | 206 (pSelfCureStateMachine->GetCurStateName() == pSelfCureStateMachine->pInternetSelfCureState->GetStateName())) { in HandleP2pEnhanceStateChange() 3357 if (GetCurStateName() == pInternetSelfCureState->GetStateName()) { in HandleP2pConnChanged()
|