Home
last modified time | relevance | path

Searched refs:OnAcquireStateResult (Results 1 - 20 of 20) sorted by relevance

/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_supply_callback.h31 int OnAcquireStateResult(FormState state, const std::string& provider, const Want& wantArg,
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_form_supply_callback.h49 * OnAcquireStateResult
56 int OnAcquireStateResult(FormState state, const std::string& provider, const Want& wantArg,
H A Dmock_form_supply_callback.cpp60 * OnAcquireStateResult
67 int MockFormSupplyCallback::OnAcquireStateResult(FormState state, const std::string& provider, const Want& wantArg, in OnAcquireStateResult() function in OHOS::AppExecFwk::MockFormSupplyCallback
70 TAG_LOGI(AAFwkTag::TEST, "MockFormSupplyCallback::OnAcquireStateResult called."); in OnAcquireStateResult()
/foundation/ability/form_fwk/test/mock/src/
H A Dmock_form_supply_callback.cpp47 int MockFormSupplyCallback::OnAcquireStateResult(FormState state, const std::string& provider, const Want& wantArg, in OnAcquireStateResult() function in OHOS::AppExecFwk::MockFormSupplyCallback
50 HILOG_INFO("OnAcquireStateResult called."); in OnAcquireStateResult()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_supply_interface.h63 virtual int OnAcquireStateResult(FormState state, const std::string &provider, const Want &wantArg,
H A Dform_supply_proxy.h58 virtual int OnAcquireStateResult(FormState state, const std::string &provider, const Want &wantArg,
/foundation/ability/form_fwk/test/fuzztest/formsupplystub_fuzzer/
H A Dformsupplystub_fuzzer.cpp44 int OnAcquireStateResult(FormState state, const std::string &provider,
/foundation/ability/form_fwk/services/include/
H A Dform_supply_callback.h58 int OnAcquireStateResult(FormState state, const std::string &provider, const Want &wantArg,
/foundation/ability/form_fwk/test/fuzztest/formsupplycallback_fuzzer/
H A Dformsupplycallback_fuzzer.cpp53 formSupplyCallback.OnAcquireStateResult(state, provider, wantArg, want); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/unittest/fms_form_supply_proxy_test/
H A Dfms_form_supply_proxy_test.cpp133 * @tc.name: OnAcquireStateResult
134 * @tc.desc: Verify function OnAcquireStateResult return value is ERR_OK
148 EXPECT_EQ(ERR_OK, proxy->OnAcquireStateResult(state, provider, wantArg, want)); in HWTEST_F()
154 * @tc.name: OnAcquireStateResult
155 * @tc.desc: Verify function OnAcquireStateResult return value is ERROR_NUM
169 EXPECT_EQ(ERROR_NUM, proxy->OnAcquireStateResult(state, provider, wantArg, want)); in HWTEST_F()
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_supply_proxy.cpp107 int FormSupplyProxy::OnAcquireStateResult(FormState state, const std::string &provider, const Want &wantArg, in OnAcquireStateResult() function in OHOS::AppExecFwk::FormSupplyProxy
H A Dform_supply_stub.cpp136 * @brief handle OnAcquireStateResult message.
159 int32_t result = OnAcquireStateResult(state, provider, *wantArg, *want); in HandleOnAcquireStateResult()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dform_extension_provider_client_test.cpp49 MOCK_METHOD4(OnAcquireStateResult, int(FormState state, const std::string& provider, const Want& wantArg,
427 EXPECT_CALL(*callback, OnAcquireStateResult(_, _, _, _)).Times(1).WillOnce(Return(0)); in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H A Dform_supply_callback.cpp156 int FormSupplyCallback::OnAcquireStateResult(FormState state, in OnAcquireStateResult() function in OHOS::AppExecFwk::FormSupplyCallback
/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_provider_client.cpp417 formSupplyClient->OnAcquireStateResult(state, provider, wantArg, want); in HandleAcquireStateResult()
/foundation/ability/form_fwk/test/unittest/fms_form_supply_callback_test/
H A Dform_supply_callback_test.cpp393 * @tc.desc: Test OnAcquireStateResult function.
404 EXPECT_EQ(formSupplyCallback.OnAcquireStateResult(AppExecFwk::FormState::UNKNOWN, str1, wantArg, want), ERR_OK); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/
H A Dfms_form_render_stub_test.cpp120 int OnAcquireStateResult(FormState state, const std::string &provider, const Want &wantArg,
162 int OnAcquireStateResult(FormState state, const std::string &provider, const Want &wantArg,
/foundation/ability/form_fwk/test/unittest/fms_form_render_impl_test/
H A Dfms_form_render_impl_test.cpp100 int OnAcquireStateResult(FormState state, const std::string &pro, const Want &wantArg,
/foundation/ability/form_fwk/test/unittest/fms_form_supply_stub_test/
H A Dfms_form_supply_stub_test.cpp80 int OnAcquireStateResult(FormState state, const std::string &provider, const Want &wantArg,
/foundation/ability/form_fwk/test/unittest/fms_form_provider_stub_test/
H A Dfms_form_provider_stub_test.cpp91 int OnAcquireStateResult(FormState state, const std::string &provider, const Want &wantArg,

Completed in 14 milliseconds