Home
last modified time | relevance | path

Searched refs:GetStateName (Results 1 - 23 of 23) sorted by relevance

/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H A Dplayer_server_mem_state.cpp25 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 Dplayer_server_mem_state.h27 std::string GetStateName() const;
H A Dplayer_server_mem.cpp806 MEDIA_LOGI("Enter, currState:%{public}s", recoverConfig_.currState->GetStateName().c_str()); in LocalResourceRecover()
/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/
H A Dmock_wifi_ap_service.cpp26 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 Dstate_machine.cpp328 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 Dstate.cpp29 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 Dap_root_state.cpp32 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 Dap_idle_state.cpp33 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 Dap_started_state.cpp66 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 Dstate.h49 std::string GetStateName();
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp690 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 Da2dp_state_machine.h731 const std::string GetStateName(void) const;
H A Da2dp_profile_peer.cpp1158 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 Da2dp_state_machine.cpp1278 const std::string A2dpStateMachine::GetStateName(void) const in GetStateName() function in OHOS::bluetooth::A2dpStateMachine
/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dstate.h93 static const char* GetStateName(StateId state);
H A Dstate.cpp24 const char* State::GetStateName(StateId state) in GetStateName() function in OHOS::Media::State
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.h57 static std::string GetStateName(ProcessorState state);
H A Dp2p_v1_processor.cpp153 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 Dplayer_server_state.cpp31 MEDIA_LOGE("invalid operation for %{public}s", GetStateName().c_str()); in ReportInvalidOperation()
H A Dplayer_server.h36 std::string GetStateName() const;
H A Dplayer_server.cpp1723 std::string PlayerServerState::GetStateName() const in GetStateName() function in OHOS::Media::PlayerServerState
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor_test.cpp385 * @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 Dself_cure_state_machine.cpp206 (pSelfCureStateMachine->GetCurStateName() == pSelfCureStateMachine->pInternetSelfCureState->GetStateName())) { in HandleP2pEnhanceStateChange()
3357 if (GetCurStateName() == pInternetSelfCureState->GetStateName()) { in HandleP2pConnChanged()

Completed in 31 milliseconds