Home
last modified time | relevance | path

Searched refs:IS_FORM_AGENT (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_agent/
H A Djs_form_agent.cpp41 const std::string IS_FORM_AGENT = "isFormAgent"; variable
84 asyncCallbackInfo->want.SetParam(IS_FORM_AGENT, true); in OnRequestPublishForm()
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_provider/
H A Djs_form_provider.cpp44 const std::string IS_FORM_AGENT = "isFormAgent"; variable
452 asyncCallbackInfo->want.SetParam(IS_FORM_AGENT, false); in OnRequestPublishForm()
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/formProvider/
H A Dnapi_form_provider.cpp47 const std::string IS_FORM_AGENT = "isFormAgent"; variable
127 asyncCallbackInfo->want.SetParam(IS_FORM_AGENT, false); in InnerRequestPublishForm()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_constants.h76 constexpr const char* IS_FORM_AGENT = "isFormAgent"; variable
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test.cpp1269 want.SetParam(Constants::IS_FORM_AGENT, true);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp401 bool isFormAgent = want.GetBoolParam(Constants::IS_FORM_AGENT, false); in RequestPublishForm()