Home
last modified time | relevance | path

Searched defs:formEntity (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/jsBundle/jsThirdBundle/bmsThirdBundle1/src/main/
H A Dconfig.json28 "formEntity": [ array
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/jsBundle/jsThirdBundle/bmsThirdBundle3/src/main/
H A Dconfig.json28 "formEntity": [ array
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/jsBundle/jsThirdBundle/bmsThirdBundle4/src/main/
H A Dconfig.json68 "formEntity": [ array
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/jsBundle/jsThirdBundle/bmsThirdBundle5/src/main/
H A Dconfig.json68 "formEntity": [ array
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h164 uint32_t formEntity = 1; // where form can be displayed member
219 uint32_t formEntity = 0; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h117 uint32_t formEntity = 0; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp188 std::vector<std::string> formEntity; member
1971 uint32_t GetFormEntity(const std::vector<std::string> &formEntity) in GetFormEntity()