Searched refs:compileSdkVersion (Results 1 - 8 of 8) sorted by relevance
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 193 std::string compileSdkVersion; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 302 std::string compileSdkVersion; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 109 const std::string APPLICATION_COMPILE_SDK_VERSION = "compileSdkVersion"; 233 {APPLICATION_COMPILE_SDK_VERSION, applicationInfo.compileSdkVersion}, in to_json() 846 applicationInfo.compileSdkVersion, in from_json()
|
H A D | module_profile.cpp | 250 std::string compileSdkVersion; member 1132 app.compileSdkVersion, in from_json() 1510 applicationInfo.compileSdkVersion = app.compileSdkVersion; in ToApplicationInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 119 const char* APPLICATION_COMPILE_SDK_VERSION = "compileSdkVersion"; 550 compileSdkVersion = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 742 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(compileSdkVersion)); in Marshalling() 995 {APPLICATION_COMPILE_SDK_VERSION, applicationInfo.compileSdkVersion}, in to_json() 1181 applicationInfo.compileSdkVersion, false, parseResult); in from_json()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 110 std::string compileSdkVersion; member 414 apiVersion.compileSdkVersion, in from_json() 1997 applicationInfo.compileSdkVersion = configJson.app.apiVersion.compileSdkVersion; in ToApplicationInfo()
|
H A D | module_profile.cpp | 265 std::string compileSdkVersion; member 1173 app.compileSdkVersion, in from_json() 1959 applicationInfo.compileSdkVersion = app.compileSdkVersion; in ToApplicationInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 1048 "compileSdkVersion":"",
|
Completed in 23 milliseconds