Searched refs:signatureKey (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_record_test/ |
H A D | ability_record_module_test.cpp | 72 a.signatureKey == b.signatureKey; in operator ==() 140 testAbilityRequest_.appInfo.signatureKey = "test"; in SetUpTestCase()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 176 std::string signatureKey; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 290 std::string signatureKey; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 216 {APPLICATION_SIGNATURE_KEY, applicationInfo.signatureKey}, in to_json() 710 applicationInfo.signatureKey, in from_json()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_dialog_test/ |
H A D | ability_manager_service_dialog_test.cpp | 74 abilityRequest_.appInfo.signatureKey = "test"; in SetUp()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 536 signatureKey = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 731 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(signatureKey)); in Marshalling() 986 {APPLICATION_SIGNATURE_KEY, applicationInfo.signatureKey}, in to_json() 1153 applicationInfo.signatureKey, JsonType::STRING, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 190 "signatureKey":"", 393 "signatureKey":"", 513 "signatureKey":"", 1104 "signatureKey": "",
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/ |
H A D | bms_launcher_service_system_test.cpp | 264 EXPECT_EQ(applicationInfo.signatureKey, ""); in CheckApplicationInfo()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | ohos_application.cpp | 162 …ag::APPKIT, "applicationInfo: signatureKey: %{public}s", applicationInfoPtr->signatureKey.c_str()); in DumpApplication()
|