Home
last modified time | relevance | path

Searched refs:modulePublicDirs (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbundle_info.cpp270 CONTAINER_SECURITY_VERIFY(parcel, modulePublicDirsSize, &modulePublicDirs); in ReadFromParcel()
272 modulePublicDirs.emplace_back(Str16ToStr8(parcel.ReadString16())); in ReadFromParcel()
429 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, modulePublicDirs.size()); in Marshalling()
430 for (auto &modulePublicDir : modulePublicDirs) { in Marshalling()
681 {BUNDLE_INFO_MODULE_PUBLIC_DIRS, bundleInfo.modulePublicDirs}, in to_json()
982 bundleInfo.modulePublicDirs, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_info.h141 … std::vector<std::string> modulePublicDirs; // the public paths of all modules of the application. member
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
H A Dbms_search_system_test.cpp344 std::cout << commonTool.VectorToStr(bundleInfo.modulePublicDirs) << std::endl;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp555 "modulePublicDirs":[],
1198 "modulePublicDirs": [
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp2435 bundleInfo.modulePublicDirs.emplace_back(info.second.moduleDataDir); in GetBundleInfo()
2483 bundleInfo.modulePublicDirs.emplace_back(info.second.moduleDataDir); in GetBundleInfoV9()