/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_host_interface.h | 43 virtual void OnAcquired(const FormJsInfo &formInfo, const sptr<IRemoteObject> &token) = 0;
|
H A D | form_host_proxy.h | 42 void OnAcquired(const FormJsInfo &formInfo, const sptr<IRemoteObject> &token) override;
|
/foundation/ability/form_fwk/test/mock/src/ |
H A D | mock_form_host_client.cpp | 30 void MockFormHostClient::OnAcquired(const FormJsInfo &formInfo, const sptr<IRemoteObject> &token) in OnAcquired() function in OHOS::AppExecFwk::MockFormHostClient 32 HILOG_DEBUG("MockFormHostClient OnAcquired"); in OnAcquired()
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_host_callback.h | 44 void OnAcquired(const int64_t formId, const FormRecord &record, const sptr<IRemoteObject> &callerToken);
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_host_client.h | 59 void OnAcquired(const FormJsInfo &formInfo, const sptr<IRemoteObject> &token) override;
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | form_host_client_test.cpp | 134 * @tc.name: OnAcquired 135 * @tc.desc: Verify that the return value of OnAcquired is correct. 142 instance_->OnAcquired(formInfo, nullptr); in HWTEST_F() 150 instance_->OnAcquired(formInfo, nullptr); in HWTEST_F()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_host_callback.cpp | 33 void FormHostCallback::OnAcquired(const int64_t formId, const FormRecord& record, in OnAcquired() function in OHOS::AppExecFwk::FormHostCallback 36 HILOG_DEBUG("FormHostCallback OnAcquired, formId:%{public}" PRId64 "", formId); in OnAcquired()
|
H A D | form_host_record.cpp | 155 formHostCallback_->OnAcquired(id, record, formHostClient_); in OnAcquire()
|
H A D | form_task_mgr.cpp | 551 HILOG_DEBUG("FormTaskMgr remoteFormHost OnAcquired"); in AcquireTaskToHost() 552 remoteFormHost->OnAcquired(CreateFormJsInfo(formId, record), nullptr); in AcquireTaskToHost()
|
/foundation/ability/form_fwk/test/fuzztest/formhostclient_fuzzer/ |
H A D | formhostclient_fuzzer.cpp | 50 formHostClient.OnAcquired(formJsInfo, token); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/fuzztest/formhoststub_fuzzer/ |
H A D | formhoststub_fuzzer.cpp | 35 void OnAcquired(const FormJsInfo &formInfo, const sptr<IRemoteObject> &token) override
|
/foundation/ability/form_fwk/test/unittest/fms_form_host_proxy_test/ |
H A D | fms_form_host_proxy_test.cpp | 56 * @tc.desc: test OnAcquired function 72 proxy->OnAcquired(formInfo, token); in HWTEST_F() 78 * @tc.desc: test OnAcquired function 93 proxy->OnAcquired(formInfo, token); in HWTEST_F() 99 * @tc.desc: test OnAcquired function 114 proxy->OnAcquired(formInfo, token); in HWTEST_F()
|
/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_host_client.h | 105 void OnAcquired(const FormJsInfo &formJsInfo, const sptr<IRemoteObject> &token) override;
|
/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_provider_caller.cpp | 110 callerToken->OnAcquired(formJsInfo, token); in OnAcquire()
|
H A D | form_host_client.cpp | 186 void FormHostClient::OnAcquired(const FormJsInfo &formJsInfo, const sptr<IRemoteObject> &token) in OnAcquired() function in OHOS::AppExecFwk::FormHostClient
|
/foundation/ability/form_fwk/test/fuzztest/formfreeinstalloperator_fuzzer/ |
H A D | formfreeinstalloperator_fuzzer.cpp | 51 formHostCallback.OnAcquired(formId, record, callerToken); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_host_stub.cpp | 75 * @brief handle OnAcquired event. 93 OnAcquired(*formInfo, token); in HandleAcquired()
|
H A D | form_host_proxy.cpp | 26 void FormHostProxy::OnAcquired(const FormJsInfo &formInfo, const sptr<IRemoteObject> &token) in OnAcquired() function in OHOS::AppExecFwk::FormHostProxy
|
/foundation/ability/form_fwk/test/unittest/fms_form_host_client_test/ |
H A D | fms_form_host_client_test.cpp | 180 * @tc.desc: test OnAcquired function. 190 formHostClient->OnAcquired(formJsInfo, token); in HWTEST_F() 472 * @tc.name: OnAcquired 473 * @tc.desc: token is nullptr, Verify OnAcquired succeeded. 489 formHostClient->OnAcquired(formJsInfo, token); in HWTEST_F()
|
/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/ |
H A D | fms_form_share_mgr_test.cpp | 111 MOCK_METHOD2(OnAcquired, void(const FormJsInfo &formInfo, const sptr<IRemoteObject> &token));
|