/foundation/ability/form_fwk/test/unittest/fms_form_supply_callback_test/ |
H A D | mock_ability_connection.cpp | 27 void FormAbilityConnection::SetHostToken(const sptr<IRemoteObject> hostToken) in SetHostToken() argument
|
H A D | form_supply_callback_test.cpp | 127 sptr<IRemoteObject> hostToken = new (std::nothrow) MockFormProviderClient(); in HWTEST_F() local 146 sptr<IRemoteObject> hostToken = new (std::nothrow) MockFormProviderClient(); in HWTEST_F() local 165 sptr<IRemoteObject> hostToken = new (std::nothrow) MockFormProviderClient(); in HWTEST_F() local 195 sptr<IRemoteObject> hostToken = new (std::nothrow) MockFormProviderClient(); HWTEST_F() local 215 sptr<IRemoteObject> hostToken = new (std::nothrow) MockFormProviderClient(); HWTEST_F() local 458 sptr<IRemoteObject> hostToken = new (std::nothrow) MockFormProviderClient(); HWTEST_F() local [all...] |
/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_test/ |
H A D | mock_form_sandbox_render_mgr_inner.cpp | 31 RenderForm( const FormRecord &formRecord, Want &want, const sptr<IRemoteObject> &hostToken) RenderForm() argument
|
H A D | fms_form_render_mgr_test.cpp | 72 sptr<IRemoteObject> hostToken = nullptr;
in HWTEST_F() local 90 sptr<IRemoteObject> hostToken = nullptr;
in HWTEST_F() local 109 sptr<IRemoteObject> hostToken = nullptr;
in HWTEST_F() local 129 sptr<IRemoteObject> hostToken = nullptr;
in HWTEST_F() local
|
H A D | mock_form_render_mgr_inner.cpp | 56 RenderForm( const FormRecord &formRecord, Want &want, const sptr<IRemoteObject> &hostToken) RenderForm() argument 74 StopRenderingForm(int64_t formId, const FormRecord &formRecord, const std::string &compId, const sptr<IRemoteObject> &hostToken) StopRenderingForm() argument
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_acquire_connection.cpp | 31 FormAcquireConnection(const int64_t formId, const FormItemInfo &info, const WantParams &wantParams, const sptr<IRemoteObject> hostToken) FormAcquireConnection() argument
|
H A D | form_sandbox_render_mgr_inner.cpp | 66 RenderForm( const FormRecord &formRecord, Want &want, const sptr<IRemoteObject> &hostToken) RenderForm() argument
|
H A D | form_supply_callback.cpp | 259 bool FormSupplyCallback::IsRemoveConnection(int64_t formId, const sptr<IRemoteObject> &hostToken) in IsRemoveConnection() argument 285 void FormSupplyCallback::RemoveConnection(int64_t formId, const sptr<IRemoteObject> &hostToken) in RemoveConnection() argument 304 void FormSupplyCallback::HandleHostDied(const sptr<IRemoteObject> &hostToken) in HandleHostDied() argument [all...] |
H A D | form_ability_connection.cpp | 242 void FormAbilityConnection::SetHostToken(const sptr<IRemoteObject> hostToken) in SetHostToken() argument
|
H A D | form_render_mgr.cpp | 81 RenderForm( const FormRecord &formRecord, const WantParams &wantParams, const sptr<IRemoteObject> &hostToken) RenderForm() argument 241 StopRenderingForm( int64_t formId, const FormRecord &formRecord, const std::string &compId, const sptr<IRemoteObject> &hostToken) StopRenderingForm() argument
|
/foundation/ability/form_fwk/test/fuzztest/formrenderimpl_fuzzer/ |
H A D | formrenderimpl_fuzzer.cpp | 48 sptr<IRemoteObject> hostToken = nullptr;
in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/form_fwk/test/fuzztest/formrenderproxy_fuzzer/ |
H A D | formrenderproxy_fuzzer.cpp | 48 sptr<IRemoteObject> hostToken = nullptr;
in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/form_fwk/test/fuzztest/formabilityconnection_fuzzer/ |
H A D | formabilityconnection_fuzzer.cpp | 56 sptr<IRemoteObject> hostToken = nullptr; in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/form_fwk/test/fuzztest/formrendermgr_fuzzer/ |
H A D | formrendermgr_fuzzer.cpp | 46 sptr<IRemoteObject> hostToken = nullptr;
in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_render_stub.cpp | 122 sptr<IRemoteObject> hostToken = data.ReadRemoteObject(); in HandleCleanFormHost() local
|
H A D | form_render_proxy.cpp | 99 int32_t FormRenderProxy::CleanFormHost(const sptr<IRemoteObject> &hostToken) in CleanFormHost() argument
|
/foundation/ability/form_fwk/test/fuzztest/formsupplycallback_fuzzer/ |
H A D | formsupplycallback_fuzzer.cpp | 65 sptr<IRemoteObject> hostToken = nullptr; in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/ |
H A D | fms_form_render_mgr_inner_test.cpp | 90 sptr<IRemoteObject> hostToken = nullptr;
in HWTEST_F() local 109 sptr<IRemoteObject> hostToken = nullptr;
in HWTEST_F() local 127 sptr<IRemoteObject> hostToken = new (std::nothrow) MockFormProviderClient();;
in HWTEST_F() local 146 sptr<IRemoteObject> hostToken = nullptr;
in HWTEST_F() local 169 sptr<IRemoteObject> hostToken = nullptr; HWTEST_F() local 192 sptr<IRemoteObject> hostToken = nullptr; HWTEST_F() local [all...] |
/foundation/ability/form_fwk/test/unittest/fms_form_render_impl_test/ |
H A D | fms_form_render_impl_test.cpp | 233 sptr<IRemoteObject> hostToken = nullptr;
in HWTEST_F() local 250 sptr<IRemoteObject> hostToken = nullptr;
in HWTEST_F() local
|
/foundation/ability/form_fwk/test/fuzztest/formrendermgrinner_fuzzer/ |
H A D | formrendermgrinner_fuzzer.cpp | 45 sptr<IRemoteObject> hostToken = nullptr;
in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/ |
H A D | form_extension_provider_client.cpp | 144 auto hostToken = want.GetRemoteObject(Constants::PARAM_FORM_HOST_TOKEN); in NotifyFormExtensionDelete() local
|
/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/ |
H A D | fms_form_refresh_connection_test.cpp | 471 sptr<IRemoteObject> hostToken = nullptr;
in HWTEST_F() local
|
/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_provider_client.cpp | 96 auto hostToken = want.GetRemoteObject(Constants::PARAM_FORM_HOST_TOKEN); in NotifyFormDelete() local 460 auto hostToken = want.GetRemoteObject(Constants::PARAM_FORM_HOST_TOKEN); in HandleRemoteAcquire() local
|
/foundation/ability/form_fwk/services/form_render_service/src/ |
H A D | form_render_impl.cpp | 97 sptr<IRemoteObject> hostToken = formRenderWant.GetRemoteObject(Constants::PARAM_FORM_HOST_TOKEN);
in RenderForm() local 140 sptr<IRemoteObject> hostToken = want.GetRemoteObject(Constants::PARAM_FORM_HOST_TOKEN);
in StopRenderingForm() local 204 int32_t FormRenderImpl::CleanFormHost(const sptr<IRemoteObject> &hostToken)
in CleanFormHost() argument
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_message_event_test/ |
H A D | fms_form_mgr_message_event_test.cpp | 965 sptr<IRemoteObject> hostToken = nullptr; in HWTEST_F() local
|