Home
last modified time | relevance | path

Searched refs:FormEcologicalRuleClient (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_ecological_rule_service.cpp31 std::mutex FormEcologicalRuleClient::instanceLock_;
32 sptr<IFormEcologicalRule> FormEcologicalRuleClient::ecologicalRuleMgrServiceProxy_;
33 sptr<IRemoteObject::DeathRecipient> FormEcologicalRuleClient::deathRecipient_;
36 FormEcologicalRuleClient::FormEcologicalRuleClient() in FormEcologicalRuleClient() function in OHOS::AppExecFwk::FormEcologicalRuleClient
39 FormEcologicalRuleClient::~FormEcologicalRuleClient() in ~FormEcologicalRuleClient()
53 sptr<IFormEcologicalRule> FormEcologicalRuleClient::ConnectService() in ConnectService()
79 bool FormEcologicalRuleClient::CheckConnectService() in CheckConnectService()
92 void FormEcologicalRuleClient::OnRemoteSaDied(const wptr<IRemoteObject> &object) in OnRemoteSaDied()
97 int32_t FormEcologicalRuleClient::IsSupportPublishForm(const std::vector<OHOS::AAFwk::Want> &wants, in IsSupportPublishForm()
116 FormEcologicalRuleClient::GetInstance().OnRemoteSaDied(object); in OnRemoteDied()
H A Dform_mgr_adapter.cpp3645 …int32_t ret = FormEcologicalRuleClient::GetInstance().IsSupportPublishForm(wants, callerInfo, isSu… in IsErmsSupportPublishForm()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_ecological_rule_service.h27 class FormEcologicalRuleClient final : public DelayedRefSingleton<FormEcologicalRuleClient> {
28 DECLARE_DELAYED_REF_SINGLETON(FormEcologicalRuleClient)
30 DISALLOW_COPY_AND_MOVE(FormEcologicalRuleClient);