Home
last modified time | relevance | path

Searched defs:hostToken (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_supply_callback_test/
H A Dform_supply_callback_test.cpp127 sptr<IRemoteObject> hostToken = new (std::nothrow) MockFormProviderClient(); variable
146 sptr<IRemoteObject> hostToken = new (std::nothrow) MockFormProviderClient(); variable
165 sptr<IRemoteObject> hostToken = new (std::nothrow) MockFormProviderClient(); variable
195 sptr<IRemoteObject> hostToken = new (std::nothrow) MockFormProviderClient(); variable
215 sptr<IRemoteObject> hostToken = new (std::nothrow) MockFormProviderClient(); variable
458 sptr<IRemoteObject> hostToken = new (std::nothrow) MockFormProviderClient(); variable
H A Dmock_ability_connection.cpp27 void FormAbilityConnection::SetHostToken(const sptr<IRemoteObject> hostToken) in SetHostToken()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_test/
H A Dmock_form_sandbox_render_mgr_inner.cpp32 const FormRecord &formRecord, Want &want, const sptr<IRemoteObject> &hostToken) in RenderForm()
H A Dmock_form_render_mgr_inner.cpp57 const FormRecord &formRecord, Want &want, const sptr<IRemoteObject> &hostToken) in RenderForm()
75 const std::string &compId, const sptr<IRemoteObject> &hostToken) in StopRenderingForm()
H A Dfms_form_render_mgr_test.cpp72 sptr<IRemoteObject> hostToken = nullptr; variable
90 sptr<IRemoteObject> hostToken = nullptr; variable
109 sptr<IRemoteObject> hostToken = nullptr; variable
129 sptr<IRemoteObject> hostToken = nullptr; variable
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_supply_callback.cpp259 bool FormSupplyCallback::IsRemoveConnection(int64_t formId, const sptr<IRemoteObject> &hostToken) in IsRemoveConnection()
285 void FormSupplyCallback::RemoveConnection(int64_t formId, const sptr<IRemoteObject> &hostToken) in RemoveConnection()
304 void FormSupplyCallback::HandleHostDied(const sptr<IRemoteObject> &hostToken) in HandleHostDied()
H A Dform_acquire_connection.cpp32 …const WantParams &wantParams, const sptr<IRemoteObject> hostToken) : info_(info), wantParams_(want… in FormAcquireConnection()
H A Dform_sandbox_render_mgr_inner.cpp67 const FormRecord &formRecord, Want &want, const sptr<IRemoteObject> &hostToken) in RenderForm()
H A Dform_ability_connection.cpp242 void FormAbilityConnection::SetHostToken(const sptr<IRemoteObject> hostToken) in SetHostToken()
H A Dform_render_mgr.cpp82 … const FormRecord &formRecord, const WantParams &wantParams, const sptr<IRemoteObject> &hostToken) in RenderForm()
322 …mId, const FormRecord &formRecord, const std::string &compId, const sptr<IRemoteObject> &hostToken) in StopRenderingForm()
H A Dform_render_mgr_inner.cpp56 const FormRecord &formRecord, Want &want, const sptr<IRemoteObject> &hostToken) in RenderForm()
280 const std::string &compId, const sptr<IRemoteObject> &hostToken) in StopRenderingForm()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/
H A Dfms_form_render_mgr_inner_test.cpp68 int32_t CleanFormHost(const sptr<IRemoteObject> &hostToken) override in CleanFormHost()
90 sptr<IRemoteObject> hostToken = nullptr; variable
109 sptr<IRemoteObject> hostToken = nullptr; variable
127 sptr<IRemoteObject> hostToken = new (std::nothrow) MockFormProviderClient();; variable
146 sptr<IRemoteObject> hostToken = nullptr; variable
169 sptr<IRemoteObject> hostToken = nullptr; variable
192 sptr<IRemoteObject> hostToken = nullptr; variable
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrenderimpl_fuzzer/
H A Dformrenderimpl_fuzzer.cpp48 sptr<IRemoteObject> hostToken = nullptr; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrenderproxy_fuzzer/
H A Dformrenderproxy_fuzzer.cpp48 sptr<IRemoteObject> hostToken = nullptr; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formabilityconnection_fuzzer/
H A Dformabilityconnection_fuzzer.cpp56 sptr<IRemoteObject> hostToken = nullptr; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrendermgr_fuzzer/
H A Dformrendermgr_fuzzer.cpp46 sptr<IRemoteObject> hostToken = nullptr; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrendermgrinner_fuzzer/
H A Dformrendermgrinner_fuzzer.cpp45 sptr<IRemoteObject> hostToken = nullptr; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrenderstub_fuzzer/
H A Dformrenderstub_fuzzer.cpp52 int32_t CleanFormHost(const sptr<IRemoteObject> &hostToken) override in CleanFormHost()
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_impl.cpp99 … sptr<IRemoteObject> hostToken = formRenderWant.GetRemoteObject(Constants::PARAM_FORM_HOST_TOKEN); in RenderForm() local
142 sptr<IRemoteObject> hostToken = want.GetRemoteObject(Constants::PARAM_FORM_HOST_TOKEN); in StopRenderingForm() local
213 int32_t FormRenderImpl::CleanFormHost(const sptr<IRemoteObject> &hostToken) in CleanFormHost()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formsupplycallback_fuzzer/
H A Dformsupplycallback_fuzzer.cpp65 sptr<IRemoteObject> hostToken = nullptr; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_provider_client.cpp96 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
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_render_proxy.cpp99 int32_t FormRenderProxy::CleanFormHost(const sptr<IRemoteObject> &hostToken) in CleanFormHost()
H A Dform_render_stub.cpp140 sptr<IRemoteObject> hostToken = data.ReadRemoteObject(); in HandleCleanFormHost() local
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_impl_test/
H A Dfms_form_render_impl_test.cpp234 sptr<IRemoteObject> hostToken = nullptr; variable
251 sptr<IRemoteObject> hostToken = nullptr; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/
H A Dform_extension_provider_client.cpp144 auto hostToken = want.GetRemoteObject(Constants::PARAM_FORM_HOST_TOKEN); in NotifyFormExtensionDelete() local

12