Home
last modified time | relevance | path

Searched refs:CanDisconnect (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/form_fwk/services/include/
H A Dform_supply_callback.h139 bool CanDisconnect(sptr<FormAbilityConnection> &connection);
/foundation/ability/form_fwk/test/fuzztest/formsupplycallback_fuzzer/
H A Dformsupplycallback_fuzzer.cpp58 formSupplyCallback.CanDisconnect(connection); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/src/
H A Dform_supply_callback.cpp214 if (CanDisconnect(connection)) { in RemoveConnection()
228 bool FormSupplyCallback::CanDisconnect(sptr<FormAbilityConnection> &connection) in CanDisconnect() function in OHOS::AppExecFwk::FormSupplyCallback
/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/
H A Dfms_form_refresh_connection_test.cpp219 * @tc.desc: test CanDisconnect function.
227 EXPECT_EQ(false, formSupplyCallback.CanDisconnect(connection)); in HWTEST_F()
233 * @tc.desc: test CanDisconnect function.
241 EXPECT_EQ(false, formSupplyCallback.CanDisconnect(connection)); in HWTEST_F()
270 * @tc.desc: test CanDisconnect function.

Completed in 4 milliseconds