Home
last modified time | relevance | path

Searched refs:bmsExtensionProfile (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_extension_data_mgr_test.cpp408 BmsExtensionProfile bmsExtensionProfile; variable
410 ErrCode res = bmsExtensionProfile.TransformTo(EXTENSIONS_JSON_1, bmsExtension);
421 BmsExtensionProfile bmsExtensionProfile; variable
423 ErrCode res = bmsExtensionProfile.TransformTo(EXTENSIONS_JSON_3, bmsExtension);
434 BmsExtensionProfile bmsExtensionProfile; variable
436 ErrCode res = bmsExtensionProfile.TransformTo(EXTENSIONS_JSON_4, bmsExtension);
447 BmsExtensionProfile bmsExtensionProfile; variable
449 ErrCode res = bmsExtensionProfile.TransformTo(EXTENSIONS_JSON_5, bmsExtension);
460 BmsExtensionProfile bmsExtensionProfile; variable
477 BmsExtensionProfile bmsExtensionProfile; variable
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_data_mgr.cpp43 BmsExtensionProfile bmsExtensionProfile; in Init() local
44 auto res = bmsExtensionProfile.ParseBmsExtension(BMS_EXTENSION_PATH, bmsExtension_); in Init()