Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/frameworks/native/opensles/include/
H A Dcommon.h41 SLuint8 mState; member
51 SLuint32 mState; member
57 SLuint32 mState; member
63 SLuint32 mState; member
/foundation/communication/connected_nfc_tag/services/src/
H A Dnfc_tag_service_impl.cpp34 mState(ServiceRunningState::STATE_NOT_START) in NfcTagServiceImpl()
45 if (mState == ServiceRunningState::STATE_RUNNING) { in OnStart()
54 mState = ServiceRunningState::STATE_RUNNING; in OnStart()
61 mState = ServiceRunningState::STATE_NOT_START; in OnStop()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_mgr_service_impl.cpp48 : SystemAbility(WIFI_SCAN_ABILITY_ID, true), mPublishFlag(false), mState(ServiceRunningState::STATE_NOT_START) in WifiScanMgrServiceImpl()
57 if (mState == ServiceRunningState::STATE_RUNNING) { in OnStart()
70 mState = ServiceRunningState::STATE_RUNNING; in OnStart()
81 mState = ServiceRunningState::STATE_NOT_START; in OnStop()
H A Dwifi_scan_service_impl.cpp57 if (mState == ServiceRunningState::STATE_RUNNING) { in OnStart()
63 mState = ServiceRunningState::STATE_RUNNING; in OnStart()
69 mState = ServiceRunningState::STATE_NOT_START; in OnStop()
77 : mState(ServiceRunningState::STATE_NOT_START) in WifiScanServiceImpl()
H A Dwifi_scan_mgr_service_impl.h51 ServiceRunningState mState; member in OHOS::Wifi::WifiScanMgrServiceImpl
H A Dwifi_scan_service_impl.h76 ServiceRunningState mState; member in OHOS::Wifi::WifiScanServiceImpl
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_mgr_service_impl.cpp46 : SystemAbility(WIFI_HOTSPOT_ABILITY_ID, true), mPublishFlag(false), mState(ServiceRunningState::STATE_NOT_START) in WifiHotspotMgrServiceImpl()
55 if (mState == ServiceRunningState::STATE_RUNNING) { in OnStart()
68 mState = ServiceRunningState::STATE_RUNNING; in OnStart()
78 mState = ServiceRunningState::STATE_NOT_START; in OnStop()
H A Dwifi_hotspot_mgr_service_impl.h58 ServiceRunningState mState; member in OHOS::Wifi::WifiHotspotMgrServiceImpl
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_mgr_service_impl.cpp50 : SystemAbility(WIFI_DEVICE_ABILITY_ID, true), mPublishFlag(false), mState(ServiceRunningState::STATE_NOT_START) in WifiDeviceMgrServiceImpl()
59 if (mState == ServiceRunningState::STATE_RUNNING) { in OnStart()
72 mState = ServiceRunningState::STATE_RUNNING; in OnStart()
81 mState = ServiceRunningState::STATE_NOT_START; in OnStop()
H A Dwifi_device_mgr_service_impl.h53 ServiceRunningState mState; member in OHOS::Wifi::WifiDeviceMgrServiceImpl
H A Dwifi_device_service_impl.h220 ServiceRunningState mState; member in OHOS::Wifi::WifiDeviceServiceImpl
H A Dwifi_device_service_impl.cpp75 if (mState == ServiceRunningState::STATE_RUNNING) { in OnStart()
81 mState = ServiceRunningState::STATE_RUNNING; in OnStart()
87 mState = ServiceRunningState::STATE_NOT_START; in OnStop()
95 : mState(ServiceRunningState::STATE_NOT_START) in WifiDeviceServiceImpl()
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/
H A Dobject_itf.cpp29 thiz->mState = SL_OBJECT_STATE_REALIZED; in Realize()
44 *state = thiz->mState; in GetState()
157 thiz->mState = SL_OBJECT_STATE_UNREALIZED; in IObjectInit()
H A Dopenharmony_buffer_queue_itf.cpp108 thiz->mState = SL_PLAYSTATE_STOPPED; in IOHBufferQueueInit()
110 thiz->mState = SL_RECORDSTATE_STOPPED; in IOHBufferQueueInit()
H A Drecord_itf.cpp109 thiz->mState = SL_RECORDSTATE_STOPPED; in IRecordInit()
H A Dplay_itf.cpp111 thiz->mState = SL_PLAYSTATE_STOPPED; in IPlayInit()
/foundation/communication/connected_nfc_tag/services/include/
H A Dnfc_tag_service_impl.h57 ServiceRunningState mState; member in OHOS::NFC::NfcTagServiceImpl
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_service_impl.h107 ClientServiceRunningState mState; member in OHOS::DHCP::DhcpClientServiceImpl
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_service_impl.h450 ServiceRunningState mState; member in OHOS::Wifi::WifiP2pServiceImpl
H A Dwifi_p2p_service_impl.cpp59 : SystemAbility(WIFI_P2P_ABILITY_ID, true), mPublishFlag(false), mState(ServiceRunningState::STATE_NOT_START) in WifiP2pServiceImpl()
68 if (mState == ServiceRunningState::STATE_RUNNING) { in OnStart()
81 mState = ServiceRunningState::STATE_RUNNING; in OnStart()
92 mState = ServiceRunningState::STATE_NOT_START; in OnStop()
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_service_impl.h105 ServerServiceRunningState mState; member in OHOS::DHCP::DhcpServerServiceImpl
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_service_impl.cpp80 mState(ClientServiceRunningState::STATE_NOT_START) in DhcpClientServiceImpl()
122 if (mState == ClientServiceRunningState::STATE_RUNNING) { in OnStart()
131 mState = ClientServiceRunningState::STATE_RUNNING; in OnStart()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp82 mState(ServerServiceRunningState::STATE_NOT_START) in DhcpServerServiceImpl()
92 if (mState == ServerServiceRunningState::STATE_RUNNING) { in OnStart()
101 mState = ServerServiceRunningState::STATE_RUNNING; in OnStart()

Completed in 17 milliseconds