Home
last modified time | relevance | path

Searched defs:compileSdkType (Results 1 – 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
Dapplication_info.h194 std::string compileSdkType = DEFAULT_COMPILE_SDK_TYPE; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
Dapplication_info.h245 std::string compileSdkType = DEFAULT_COMPILE_SDK_TYPE; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dmodule_profile.cpp222 std::string compileSdkType = Profile::COMPILE_SDK_TYPE_OPEN_HARMONY; member
Dbundle_profile.cpp122 std::string compileSdkType = Profile::COMPILE_SDK_TYPE_OPEN_HARMONY; member
Dbase_bundle_installer.cpp2848 std::string compileSdkType = infos.begin()->second.GetBaseApplicationInfo().compileSdkType; in CheckApiInfo() local