Home
last modified time | relevance | path

Searched defs:ModuleInfo (Results 1 – 8 of 8) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
Dmodule_info.h25 struct ModuleInfo { struct
26 std::string moduleName; // the "name" in module part in config.json
27 std::string moduleSourceDir;
28 std::vector<std::string> preloads;
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
Dmodule_info.h47 struct ModuleInfo : public Parcelable { struct
54 static ModuleInfo *Unmarshalling(Parcel &parcel); argument
/foundation/multimedia/audio_framework/services/audio_policy/server/common/include/
Daudio_adapter_info.h192 struct ModuleInfo { struct
193 std::string moduleType_ = STR_INIT;
195 std::string name_ = STR_INIT;
196 std::string lib_ = STR_INIT;
197 std::string role_ = STR_INIT;
198 std::string fixedLatency_ = STR_INIT;
199 std::string renderInIdleState_ = STR_INIT;
200 std::string profile_ = STR_INIT;
201 std::string file_ = STR_INIT;
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributedkvstore/src/
Djs_util_mock.cpp50 struct ModuleInfo { struct in AbilityMock
51 std::string moduleName = "com.example.myapplication";
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
Dmodule_info.h96 } ModuleInfo; typedef
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/loader/scripts/
Dgen-resources.ts58 interface ModuleInfo { interface
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/rollup-plugin-ets/src/
Dindex.ts462 interface ModuleInfo { interface
/foundation/ability/idl_tool/idl_tool_2/
Dbuild_hdi_files_info.py197 class ModuleInfo(object): class