Home
last modified time | relevance | path

Searched refs:INSTALL_LIST (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/
H A Dparser_util.cpp30 constexpr const char *INSTALL_LIST = "install_list"; member
78 if (jsonBuf.find(INSTALL_LIST) == jsonBuf.end()) { in FilterInfoFromJson()
83 auto arrays = jsonBuf.at(INSTALL_LIST); in FilterInfoFromJson()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dpre_bundle_profile.cpp23 constexpr const char* INSTALL_LIST = "install_list"; member
63 if (jsonBuf.find(INSTALL_LIST) == jsonBuf.end()) { in TransformTo()
67 auto arrays = jsonBuf.at(INSTALL_LIST); in TransformTo()
176 if (jsonBuf.find(INSTALL_LIST) == jsonBuf.end()) { in TransformTo()
181 auto arrays = jsonBuf.at(INSTALL_LIST); in TransformTo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp158 const nlohmann::json INSTALL_LIST = R"( member
3748 ErrCode res = preBundleProfile.TransformTo(INSTALL_LIST, scanInfos); in HWTEST_F()
3774 nlohmann::json errorTypeJson = INSTALL_LIST; in HWTEST_F()
3828 nlohmann::json errorTypeJson = INSTALL_LIST; in HWTEST_F()

Completed in 14 milliseconds