/ohos5.0/base/telephony/cellular_data/test/ |
H A D | cellualr_data_branch_test.cpp | 240 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 D | zero_branch_test.cpp | 1270 …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 D | updatedisconnectmachine_fuzzer.cpp | 44 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 D | a2dp_service_state_machine.h | 202 std::unique_ptr<StateMachine::State> disconnecting = in A2dpStateManager() local 208 Move(disconnecting); in A2dpStateManager()
|
/ohos5.0/base/telephony/cellular_data/ |
H A D | BUILD.gn | 51 "services/src/state_machine/disconnecting.cpp",
|
/ohos5.0/docs/en/application-dev/notification/ |
H A D | notification-subscription.md | 44 | onDestroy?: () => void | Callback for disconnecting…
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-inner-application-uiServiceExtensionconnectcallback.md | 169 // Create a button for disconnecting from the UIServiceExtensionAbility.
|
H A D | js-apis-inner-application-uiserviceExtensionContext-sys.md | 5 …r operating the ability, for example, starting, terminating, connecting, and disconnecting ability.
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-appendix-hi3861.md | 58 | WLAN| Provides the WLAN service capability. For example, connecting to or disconnecting from a st…
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-napi-about-cleanuphook.md | 11 …cessary operations when clearing resources, such as closing a file or disconnecting from the netwo…
|
/ohos5.0/drivers/hdf_core/framework/ |
H A D | README.md | 157 …e capabilities of creating/releasing a **WifiModule**, connecting to/disconnecting from a WLAN ho…
|
/ohos5.0/drivers/hdf_core/ |
H A D | README.md | 157 …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 D | gatt_connection_manager.cpp | 1192 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 D | porting-asr582x-combo-demo.md | 540 | 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 D | Types.idl | 1246 *- 7: disconnecting state
|
H A D | IRilCallback.idl | 599 * @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 D | Types.idl | 1246 *- 7: disconnecting state
|
H A D | IRilCallback.idl | 599 * @brief Callback for the response of disconnecting the data service.
|
/ohos5.0/drivers/interface/ril/v1_0/ |
H A D | Types.idl | 1206 *- 7: disconnecting state
|
H A D | IRilCallback.idl | 565 * @brief Callback for the response of disconnecting the data service.
|
/ohos5.0/drivers/interface/ril/v1_1/ |
H A D | Types.idl | 1246 *- 7: disconnecting state
|
H A D | IRilCallback.idl | 599 * @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 D | Types.idl | 1206 *- 7: disconnecting state
|
H A D | IRilCallback.idl | 565 * @brief Callback for the response of disconnecting the data service.
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v4.0-release.md | 24 - APIs are provided for connecting to and disconnecting from ExtensionAbilities.
|