Home
last modified time | relevance | path

Searched refs:CONNECT (Results 1 - 22 of 22) sorted by relevance

/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/
H A Dvpn_monitor.cpp32 constexpr const char *CONNECT = "connect"; member
61 workWrapper->manager->Emit(CONNECT, std::make_pair(NapiUtils::GetUndefined(env), result)); in EventConnectCallback()
86 manager->EmitByUv(CONNECT, reinterpret_cast<void *>(data), EventConnectCallback); in OnVpnStateChanged()
146 if (CONNECT != event) { in ParseParams()
162 manager_->AddListener(env, CONNECT, callback_, false, false); in Register()
181 manager_->DeleteListener(CONNECT); in Unregister()
/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/
H A Dvpn_monitor_ext.cpp35 constexpr const char *CONNECT = "connect"; member
64 workWrapper->manager->Emit(CONNECT, std::make_pair(NapiUtils::GetUndefined(env), result)); in EventConnectCallback()
89 manager->EmitByUv(CONNECT, reinterpret_cast<void *>(data), EventConnectCallback); in OnVpnStateChanged()
134 if (CONNECT != event) { in ParseParams()
160 manager_->AddListener(env, CONNECT, callback_, false, false); in Register()
180 manager_->DeleteListener(CONNECT); in Unregister()
/foundation/communication/netstack/frameworks/js/napi/socket/task_queue/include/
H A Dtask_queue.h25 CONNECT, member in OHOS::NetStack::Socket::Task::TaskPriority
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_operation.h26 CONNECT, member in OHOS::SoftBus::P2pOperationType
H A Dp2p_entity.cpp139 operation = std::make_shared<P2pOperationWrapper<P2pConnectParam>>(param, P2pOperationType::CONNECT); in Connect()
346 case P2pOperationType::CONNECT: in ExecuteNextOperation()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/entity/
H A Dp2p_connect_state_test.cpp66 std::make_shared<P2pOperationWrapper<P2pConnectParam>>(connectParam, P2pOperationType::CONNECT); in HWTEST_F()
H A Dp2p_entity_test.cpp117 auto operation = std::make_shared<P2pOperationWrapper<P2pConnectParam>>(param, P2pOperationType::CONNECT); in HWTEST_F()
314 auto operation = std::make_shared<P2pOperationWrapper<P2pConnectParam>>(param, P2pOperationType::CONNECT); in HWTEST_F()
458 std::make_shared<P2pOperationWrapper<P2pConnectParam>>(param3, P2pOperationType::CONNECT); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_client.cpp77 case static_cast<uint8_t>(ObexOpeId::CONNECT): in OnTransportDataAvailable()
210 if (obexClient_.clientSession_->GetLastOpeId() == static_cast<uint8_t>(ObexOpeId::CONNECT)) { in GetObexHeaderFromPacket()
314 if (!CheckBeforeRequest(static_cast<uint8_t>(ObexOpeId::CONNECT))) { in Connect()
317 std::unique_ptr<ObexHeader> header = ObexHeader::CreateRequest(ObexOpeId::CONNECT); in Connect()
558 case static_cast<uint8_t>(ObexOpeId::CONNECT): in CheckBeforeRequest()
576 "Please connect first. Before obex connected, only SESSION(Create) and CONNECT Operation can " in CheckBeforeRequest()
H A Dobex_types.h41 CONNECT = 0x80, member in OHOS::bluetooth::ObexOpeId
H A Dobex_server.cpp237 case static_cast<uint8_t>(ObexOpeId::CONNECT): in OnTransportDataAvailable()
H A Dobex_headers.cpp100 if (code == static_cast<uint8_t>(ObexOpeId::CONNECT)) { in ParseFields()
280 if (opcode == ObexOpeId::CONNECT) { in CreateRequest()
/foundation/multimedia/av_session/utils/include/
H A Dradar_constants.h62 CONNECT, member in OHOS::AVSession::CastStartStage
/foundation/communication/wifi/wifi/utils/inc/
H A Dwifi_hisysevent.h40 CONNECT, member in OHOS::Wifi::WifiConnectionType
/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_radar_test.cpp283 EXPECT_EQ(info.bizStage_, static_cast<int32_t>(CastStartStage::CONNECT)); in HWTEST_F()
299 EXPECT_EQ(info.bizStage_, static_cast<int32_t>(CastStartStage::CONNECT)); in HWTEST_F()
/foundation/multimedia/av_session/utils/src/
H A Davsession_radar.cpp362 info.bizStage_ = static_cast<int32_t>(CastStartStage::CONNECT); in StartConnect()
371 info.bizStage_ = static_cast<int32_t>(CastStartStage::CONNECT); in ConnectFinish()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_interface.h58 CONNECT = 0, enumerator
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp1539 ReportDistributedComponentChange(callerInfo, DISTRIBUTED_COMPONENT_ADD, IDistributedSched::CONNECT, in RemoteConnectAbilityMappingLocked()
2227 componentInfoJson[COMPONENT_TYPE_KEY] = IDistributedSched::CONNECT; in GetConnectComponentList()
2240 componentInfoJson[COMPONENT_TYPE_KEY] = IDistributedSched::CONNECT; in GetConnectComponentList()
2450 IDistributedSched::CONNECT, IDistributedSched::CALLEE); in ConnectAbilityFromRemote()
2492 IDistributedSched::CONNECT, IDistributedSched::CALLER); in DisconnectRemoteAbility()
2540 IDistributedSched::CONNECT, IDistributedSched::CALLEE); in DisconnectAbilityFromRemote()
2572 IDistributedSched::CONNECT, IDistributedSched::CALLEE); in NotifyProcessDiedFromRemote()
2605 IDistributedSched::CONNECT, IDistributedSched::CALLER); in RemoveConnectAbilityInfo()
2620 IDistributedSched::CONNECT, IDistributedSched::CALLEE); in RemoveConnectAbilityInfo()
2736 IDistributedSched::CONNECT, IDistributedSche in ProcessConnectDied()
[all...]
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_device_info.h238 CONNECT = 0, enumerator
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server_handler.cpp148 eventContextObj->deviceChangeAction.type = isConnected ? DeviceChangeType::CONNECT : DeviceChangeType::DISCONNECT; in SendDeviceChangedCallback()
177 eventContextObj->deviceChangeAction.type = isConnected ? DeviceChangeType::CONNECT : DeviceChangeType::DISCONNECT; in SendAvailableDeviceChange()
/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_audio_enum.cpp266 {"CONNECT", CONNECT},
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp2893 if (deviceChangeAction.type == AudioStandard::CONNECT && avQueueInfos.size() >= MINNUM_FOR_NOTIFICATION) { in NotifyDeviceChange()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp329 WriteWifiConnectionHiSysEvent(WifiConnectionType::CONNECT, ""); in InvokeOnStaConnChanged()

Completed in 36 milliseconds