Home
last modified time | relevance | path

Searched refs:disconnecting (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/base/telephony/cellular_data/test/
H A Dcellualr_data_branch_test.cpp240 disconnecting->stateMachine_ = cellularMachine;
241 disconnecting->StateBegin();
242 EXPECT_EQ(disconnecting->isActive_, true);
259 disconnecting->stateMachine_ = cellularMachine;
261 disconnecting->ProcessDisconnectTimeout(event);
279 disconnecting->stateMachine_ = cellularMachine;
281 disconnecting->ProcessDisconnectTimeout(event);
369 result = disconnecting->StateProcess(event);
372 result = disconnecting->StateProcess(event);
375 result = disconnecting->StateProcess(event);
[all …]
H A Dzero_branch_test.cpp1270 …auto disconnecting = static_cast<Disconnecting *>(cellularMachine->disconnectingState_.GetRefPtr()… variable
1272 disconnecting->stateMachine_ = stateMachine1;
1275 disconnecting->StateBegin();
1276 disconnecting->StateEnd();
1277 disconnecting->ProcessDisconnectTimeout(event);
1278 disconnecting->ProcessRilAdapterHostDied(event);
1279 ASSERT_FALSE(disconnecting->StateProcess(event));
/ohos5.0/base/telephony/cellular_data/test/fuzztest/updatedisconnectmachine_fuzzer/
H A Dupdatedisconnectmachine_fuzzer.cpp44 sptr<Disconnecting> disconnecting = in UpdateDisconnectMachineFuzz() local
50 if (disconnecting == nullptr || defaultStatus == nullptr) { in UpdateDisconnectMachineFuzz()
63 disconnecting->StateProcess(event); in UpdateDisconnectMachineFuzz()
64 disconnecting->ProcessDisconnectTimeout(event); in UpdateDisconnectMachineFuzz()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_state_machine.h202 std::unique_ptr<StateMachine::State> disconnecting = in A2dpStateManager() local
208 Move(disconnecting); in A2dpStateManager()
/ohos5.0/base/telephony/cellular_data/
H A DBUILD.gn51 "services/src/state_machine/disconnecting.cpp",
/ohos5.0/docs/en/application-dev/notification/
H A Dnotification-subscription.md44 | onDestroy?: ()&nbsp;=&gt;&nbsp;void | Callback for disconnecting
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-application-uiServiceExtensionconnectcallback.md169 // Create a button for disconnecting from the UIServiceExtensionAbility.
H A Djs-apis-inner-application-uiserviceExtensionContext-sys.md5 …r operating the ability, for example, starting, terminating, connecting, and disconnecting ability.
/ohos5.0/docs/en/device-dev/quick-start/
H A Dquickstart-appendix-hi3861.md58 | WLAN| Provides the WLAN service capability. For example, connecting to or disconnecting from a st…
/ohos5.0/docs/en/application-dev/napi/
H A Duse-napi-about-cleanuphook.md11 …cessary operations when clearing resources, such as closing a file or disconnecting from the netwo…
/ohos5.0/drivers/hdf_core/framework/
H A DREADME.md157 …e capabilities of creating/releasing a **WifiModule**, connecting to/disconnecting from a WLAN ho…
/ohos5.0/drivers/hdf_core/
H A DREADME.md157 …e capabilities of creating/releasing a **WifiModule**, connecting to/disconnecting from a WLAN ho…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp1192 std::unique_ptr<State> disconnecting = std::make_unique<Disconnecting>(*this, device); in StateMachine() local
1193 Move(disconnecting); in StateMachine()
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-asr582x-combo-demo.md540 | wifi_close | N/A | Command for disconnecting a connection. |
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/foo/ril/v1_1/
H A DTypes.idl1246 *- 7: disconnecting state
H A DIRilCallback.idl599 * @brief Callback for the response of disconnecting the data service.
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_1/
H A DTypes.idl1246 *- 7: disconnecting state
H A DIRilCallback.idl599 * @brief Callback for the response of disconnecting the data service.
/ohos5.0/drivers/interface/ril/v1_0/
H A DTypes.idl1206 *- 7: disconnecting state
H A DIRilCallback.idl565 * @brief Callback for the response of disconnecting the data service.
/ohos5.0/drivers/interface/ril/v1_1/
H A DTypes.idl1246 *- 7: disconnecting state
H A DIRilCallback.idl599 * @brief Callback for the response of disconnecting the data service.
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/foo/ril/v1_0/
H A DTypes.idl1206 *- 7: disconnecting state
H A DIRilCallback.idl565 * @brief Callback for the response of disconnecting the data service.
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v4.0-release.md24 - APIs are provided for connecting to and disconnecting from ExtensionAbilities.

12