/foundation/ability/form_fwk/services/include/ |
H A D | form_ecological_rule_service.h | 33 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 D | mock_ecological_rule_manager.h | 62 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 D | form_ecological_rule_service.cpp | 97 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 D | form_mgr_adapter.cpp | 3582 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 D | form_ecological_rule_interface.h | 34 virtual int32_t IsSupportPublishForm(const std::vector<Want> &wants, const CallerInfo &callerInfo,
|
/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/include/ |
H A D | ecological_rule_mgr_service_interface.h | 40 virtual int32_t IsSupportPublishForm(const std::vector<Want> &wants, const CallerInfo &callerInfo,
|
H A D | ecological_rule_mgr_service_client.h | 49 int32_t IsSupportPublishForm(const vector<AAFwk::Want> &wants, const CallerInfo &callerInfo, bool &bSupport);
|
H A D | ecological_rule_mgr_service_proxy.h | 38 int32_t IsSupportPublishForm(const std::vector<Want> &wants, const CallerInfo &callerInfo, bool &bSupport) override;
|
/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/src/ |
H A D | ecological_rule_mgr_service_client.cpp | 157 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 D | ecological_rule_mgr_service_proxy.cpp | 143 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 D | ecological_rule_mgr_service.h | 57 int32_t IsSupportPublishForm(const vector<Want> &wants, const CallerInfo &callerInfo, bool &bSupport) override;
|
/foundation/bundlemanager/ecological_rule_manager/services/manager/src/ |
H A D | ecologic_rule_mgr_service.cpp | 84 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 D | ecologic_rule_mgr_service_stub.cpp | 218 IsSupportPublishForm(wants, *caller, bSupport); in OnIsSupportPublishFormResult()
|
/foundation/bundlemanager/ecological_rule_manager/test/unittest/ |
H A D | ecological_rule_mgr_service_client_test.cpp | 96 int32_t res = ecologicalRuleMgrServiceClient->IsSupportPublishForm(wants, callerInfo, bSupport); in HWTEST_F()
|