Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_data_proxy_mgr_test/
H A Dfms_form_data_proxy_mgr_test.cpp66 const std::string PARAM_MODULE_NAME = "com.form.app.test.ability"; variable
115 record1.SetModuleName(PARAM_MODULE_NAME);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant.cpp97 const std::string Want::PARAM_MODULE_NAME("moduleName"); member in OHOS::AAFwk::Want
227 SetParam(PARAM_MODULE_NAME, moduleName); in SetElementName()
242 SetParam(PARAM_MODULE_NAME, element.GetModuleName()); in SetElement()
1707 std::string moduleName = want.GetStringParam(PARAM_MODULE_NAME); in ParseUriInternal()
1931 std::string moduleName = GetStringParam(PARAM_MODULE_NAME); in ReadFromJson()
1997 SetParam(PARAM_MODULE_NAME, moduleName); in SetModuleName()
2201 std::string moduleName = GetStringParam(PARAM_MODULE_NAME); in ReadParameters()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant.h888 static const std::string PARAM_MODULE_NAME; variable