Home
last modified time | relevance | path

Searched refs:entityType (Results 1 - 14 of 14) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/benchmarktest/application_info_test/
H A Dapplication_info_test.cpp43 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 Dbundle_info_test.cpp53 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 Dextension_ability_info_test.cpp52 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 Dapplication_info.h138 std::string entityType = DEFAULT_ENTITY_TYPE; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h249 std::string entityType = DEFAULT_ENTITY_TYPE; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp67 const std::string APPLICATION_ENTITY_TYPE = "entityType";
193 {APPLICATION_ENTITY_TYPE, applicationInfo.entityType}, in to_json()
526 applicationInfo.entityType, in from_json()
H A Dmodule_profile.cpp1491 applicationInfo.entityType = Profile::APP_ENTITY_TYPE_DEFAULT_VALUE; in ToApplicationInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp72 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 Dbms_bundle_data_storage_database_test.cpp142 "entityType":"unspecified",
355 "entityType":"unspecified",
475 "entityType":"unspecified",
1063 "entityType": "unspecified",
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp1750 baseApplicationInfo_->entityType = applicationInfo.entityType; in UpdateBaseApplicationInfo()
H A Dbundle_profile.cpp2016 applicationInfo.entityType = Profile::APP_ENTITY_TYPE_DEFAULT_VALUE; in ToApplicationInfo()
H A Dmodule_profile.cpp1913 applicationInfo.entityType = Profile::APP_ENTITY_TYPE_DEFAULT_VALUE; in ToApplicationInfo()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp413 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 Dbms_bundle_kit_service_test.cpp6893 info.applicationInfo.entityType = "unsppecified"; in HWTEST_F()

Completed in 54 milliseconds