Home
last modified time | relevance | path

Searched refs:GetAbilityInfoByAction (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/form_fwk/test/unittest/fms_form_provider_data_new_leg_test/
H A Dmock_form_bms_helper.cpp46 bool FormBmsHelper::GetAbilityInfoByAction(const std::string &action, int32_t userId, in GetAbilityInfoByAction() function in OHOS::AppExecFwk::FormBmsHelper
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_publish_form_test/
H A Dmock_form_bms_helper.cpp52 bool FormBmsHelper::GetAbilityInfoByAction(const std::string &action, int32_t userId, in GetAbilityInfoByAction() function in OHOS::AppExecFwk::FormBmsHelper
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_form_bms_helper.cpp85 bool FormBmsHelper::GetAbilityInfoByAction(const std::string &action, int32_t userId, in GetAbilityInfoByAction() function in OHOS::AppExecFwk::FormBmsHelper
/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h99 bool GetAbilityInfoByAction(const std::string &action, int32_t userId, AbilityInfo &abilityInfo,
/foundation/ability/form_fwk/services/src/
H A Dform_share_mgr.cpp119 if (!FormBmsHelper::GetInstance().GetAbilityInfoByAction( in HandleRecvFormShareInfoFromRemoteTask()
230 if (!FormBmsHelper::GetInstance().GetAbilityInfoByAction( in StartFormUser()
H A Dform_bms_helper.cpp197 bool FormBmsHelper::GetAbilityInfoByAction(const std::string &action, int32_t userId, in GetAbilityInfoByAction() function in OHOS::AppExecFwk::FormBmsHelper
H A Dform_mgr_adapter.cpp2090 if (!FormBmsHelper::GetInstance().GetAbilityInfoByAction( in QueryPublishFormToHost()
3093 if (!FormBmsHelper::GetInstance().GetAbilityInfoByAction(action, userId, abilityInfo, extensionAbilityInfo)) { in IsRequestPublishFormSupported()
/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/
H A Dfms_form_bms_helper_test.cpp377 * @tc.desc: Verify that the GetAbilityInfoByAction interface executes normally and exits without exception.
389 EXPECT_FALSE(formBmsHelper.GetAbilityInfoByAction(action, userId, abilityInfo, extensionAbilityInfo)); in HWTEST_F()
394 EXPECT_FALSE(formBmsHelper.GetAbilityInfoByAction(action, userId, abilityInfo, extensionAbilityInfo)); in HWTEST_F()
400 * @tc.desc: Verify that the GetAbilityInfoByAction interface executes normally and exits without exception.
414 EXPECT_FALSE(formBmsHelper.GetAbilityInfoByAction(action, userId, abilityInfo, extensionAbilityInfo)); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/
H A Dfms_form_host_record_test.cpp318 * @tc.desc: test GetAbilityInfoByAction function.
319 * @tc.type: GetAbilityInfoByAction
329 EXPECT_EQ(false, formBmsHelper.GetAbilityInfoByAction(action, userId, abilityInfo, extensionAbilityInfo)); in HWTEST_F()

Completed in 11 milliseconds