Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dinner_bundle_info.cpp34 const std::string BASE_APPLICATION_INFO = "baseApplicationInfo"; variable
256 jsonObject[BASE_APPLICATION_INFO] = *baseApplicationInfo_; in ToJson()
816 BASE_APPLICATION_INFO, in FromJson()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp1548 const std::string BASE_APPLICATION_INFO = "baseApplicationInfo"; member in OHOS::BmsBundleDataStorageDatabaseTest
1724 nlohmann::json sourceInfoJson = innerBundleInfoJson_.at(BASE_APPLICATION_INFO);
1752 infoJson = innerBundleInfoJson_.at(BASE_APPLICATION_INFO);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp35 constexpr const char* BASE_APPLICATION_INFO = "baseApplicationInfo"; variable
467 jsonObject[BASE_APPLICATION_INFO] = *baseApplicationInfo_; in ToJson()
1309 BASE_APPLICATION_INFO, in FromJson()