Searched refs:entityType (Results 1 - 14 of 14) sorted by relevance
/foundation/bundlemanager/bundle_framework/test/benchmarktest/application_info_test/ |
H A D | application_info_test.cpp | 43 info.entityType = "unsppecified"; in BenchmarkTestForReadFromParcel() 72 info.entityType = "unsppecified"; in BenchmarkTestForReadMetaDataFromParcel() 101 info.entityType = "unsppecified"; in BenchmarkTestForMarshalling() 129 info.entityType = "unsppecified"; in BenchmarkTestForUnmarshalling()
|
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundle_info_test/ |
H A D | bundle_info_test.cpp | 53 info.applicationInfo.entityType = "unsppecified"; in BenchmarkTestForReadFromParcel() 92 info.applicationInfo.entityType = "unsppecified"; in BenchmarkTestForMarshalling() 130 info.applicationInfo.entityType = "unsppecified"; in BenchmarkTestForUnmarshalling()
|
/foundation/bundlemanager/bundle_framework/test/benchmarktest/extension_ability_info_test/ |
H A D | extension_ability_info_test.cpp | 52 info.applicationInfo.entityType = "unsppecified"; in BenchmarkTestForReadFromParcel() 90 info.applicationInfo.entityType = "unsppecified"; in BenchmarkTestForMarshalling() 127 info.applicationInfo.entityType = "unsppecified"; in BenchmarkTestForUnmarshalling()
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 138 std::string entityType = DEFAULT_ENTITY_TYPE; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 249 std::string entityType = DEFAULT_ENTITY_TYPE; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 67 const std::string APPLICATION_ENTITY_TYPE = "entityType"; 193 {APPLICATION_ENTITY_TYPE, applicationInfo.entityType}, in to_json() 526 applicationInfo.entityType, in from_json()
|
H A D | module_profile.cpp | 1491 applicationInfo.entityType = Profile::APP_ENTITY_TYPE_DEFAULT_VALUE; in ToApplicationInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 72 const char* APPLICATION_ENTITY_TYPE = "entityType"; 429 entityType = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 659 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(entityType)); in Marshalling() 953 {APPLICATION_ENTITY_TYPE, applicationInfo.entityType}, in to_json() 1094 applicationInfo.entityType, false, parseResult); in from_json()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 142 "entityType":"unspecified", 355 "entityType":"unspecified", 475 "entityType":"unspecified", 1063 "entityType": "unspecified",
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_bundle_info.cpp | 1750 baseApplicationInfo_->entityType = applicationInfo.entityType; in UpdateBaseApplicationInfo()
|
H A D | bundle_profile.cpp | 2016 applicationInfo.entityType = Profile::APP_ENTITY_TYPE_DEFAULT_VALUE; in ToApplicationInfo()
|
H A D | module_profile.cpp | 1913 applicationInfo.entityType = Profile::APP_ENTITY_TYPE_DEFAULT_VALUE; in ToApplicationInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 413 NAPI_CALL_RETURN_VOID(env, napi_create_string_utf8(env, appInfo.entityType.c_str(), NAPI_AUTO_LENGTH, in ConvertApplicationInfo() 415 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAppInfo, "entityType", nEntityType)); in ConvertApplicationInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 6893 info.applicationInfo.entityType = "unsppecified"; in HWTEST_F()
|
Completed in 54 milliseconds