Home
last modified time | relevance | path

Searched refs:IsSupportPublishForm (Results 1 - 14 of 14) sorted by relevance

/foundation/ability/form_fwk/services/include/
H A Dform_ecological_rule_service.h33 int32_t IsSupportPublishForm(const std::vector<Want> &wants, const CallerInfo &callerInfo, bool &bSupport);
65 int32_t IsSupportPublishForm(const std::vector<Want> &wants, const CallerInfo &callerInfo, bool &bSupport) override;
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_ecological_rule_manager.h62 virtual int32_t IsSupportPublishForm(const Want &want, const ErmsParams::CallerInfo &callerInfo, in IsSupportPublishForm() function in OHOS::AppExecFwk::EcologicalRuleMgrProxy
102 virtual int32_t IsSupportPublishForm(const Want &want, const ErmsParams::CallerInfo &callerInfo, in IsSupportPublishForm() function in OHOS::AppExecFwk::EcologicalRuleMgrStub
126 MOCK_METHOD3(IsSupportPublishForm, int32_t(const Want &want, const ErmsParams::CallerInfo &callerInfo,
/foundation/ability/form_fwk/services/src/
H A Dform_ecological_rule_service.cpp97 int32_t FormEcologicalRuleClient::IsSupportPublishForm(const std::vector<OHOS::AAFwk::Want> &wants, in IsSupportPublishForm() function in OHOS::AppExecFwk::FormEcologicalRuleClient
109 int32_t res = ecologicalRuleMgrServiceProxy_->IsSupportPublishForm(wants, callerInfo, bSupport); in IsSupportPublishForm()
110 HILOG_DEBUG("IsSupportPublishForm end, bSupport = %{public}d", bSupport); in IsSupportPublishForm()
119 int32_t FormEcologicalRuleProxy::IsSupportPublishForm(const std::vector<Want> &wants, in IsSupportPublishForm() function in OHOS::AppExecFwk::FormEcologicalRuleProxy
H A Dform_mgr_adapter.cpp3582 int32_t ret = FormEcologicalRuleClient::GetInstance().IsSupportPublishForm(wants, callerInfo, isSupport); in IsErmsSupportPublishForm()
3584 HILOG_ERROR("call IsSupportPublishForm failed:%{public}d, default is support.", ret); in IsErmsSupportPublishForm()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_ecological_rule_interface.h34 virtual int32_t IsSupportPublishForm(const std::vector<Want> &wants, const CallerInfo &callerInfo,
/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/include/
H A Decological_rule_mgr_service_interface.h40 virtual int32_t IsSupportPublishForm(const std::vector<Want> &wants, const CallerInfo &callerInfo,
H A Decological_rule_mgr_service_client.h49 int32_t IsSupportPublishForm(const vector<AAFwk::Want> &wants, const CallerInfo &callerInfo, bool &bSupport);
H A Decological_rule_mgr_service_proxy.h38 int32_t IsSupportPublishForm(const std::vector<Want> &wants, const CallerInfo &callerInfo, bool &bSupport) override;
/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/src/
H A Decological_rule_mgr_service_client.cpp157 int32_t EcologicalRuleMgrServiceClient::IsSupportPublishForm(const std::vector<OHOS::AAFwk::Want> &wants, in IsSupportPublishForm() function in OHOS::EcologicalRuleMgrService::EcologicalRuleMgrServiceClient
170 int32_t res = ecologicalRuleMgrServiceProxy_->IsSupportPublishForm(wants, callerInfo, bSupport); in IsSupportPublishForm()
171 LOG_DEBUG("IsSupportPublishForm end, bSupport = %{public}d", bSupport); in IsSupportPublishForm()
173 LOG_DEBUG("[ERMS-DFX] IsSupportPublishForm interface cost %{public}" PRId64 " mirco seconds.", cost); in IsSupportPublishForm()
H A Decological_rule_mgr_service_proxy.cpp143 int32_t EcologicalRuleMgrServiceProxy::IsSupportPublishForm(const std::vector<Want> &wants, in IsSupportPublishForm() function in OHOS::EcologicalRuleMgrService::EcologicalRuleMgrServiceProxy
146 LOG_INFO("IsSupportPublishForm called"); in IsSupportPublishForm()
179 LOG_INFO("IsSupportPublishForm end, bSupport=%{public}d", bSupport); in IsSupportPublishForm()
/foundation/bundlemanager/ecological_rule_manager/services/manager/include/
H A Decological_rule_mgr_service.h57 int32_t IsSupportPublishForm(const vector<Want> &wants, const CallerInfo &callerInfo, bool &bSupport) override;
/foundation/bundlemanager/ecological_rule_manager/services/manager/src/
H A Decologic_rule_mgr_service.cpp84 int32_t EcologicalRuleMgrService::IsSupportPublishForm(const std::vector<Want> &wants, const CallerInfo &callerInfo, in IsSupportPublishForm() function in OHOS::EcologicalRuleMgrService::EcologicalRuleMgrService
88 LOG_DEBUG("IsSupportPublishForm callerName = %s, callerType = %d", callerName.c_str(), callerInfo.callerAppType); in IsSupportPublishForm()
H A Decologic_rule_mgr_service_stub.cpp218 IsSupportPublishForm(wants, *caller, bSupport); in OnIsSupportPublishFormResult()
/foundation/bundlemanager/ecological_rule_manager/test/unittest/
H A Decological_rule_mgr_service_client_test.cpp96 int32_t res = ecologicalRuleMgrServiceClient->IsSupportPublishForm(wants, callerInfo, bSupport); in HWTEST_F()

Completed in 11 milliseconds