Home
last modified time | relevance | path

Searched refs:signatureKey (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_record_test/
H A Dability_record_module_test.cpp72 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 Dapplication_info.h176 std::string signatureKey; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h290 std::string signatureKey; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp216 {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 Dability_manager_service_dialog_test.cpp74 abilityRequest_.appInfo.signatureKey = "test"; in SetUp()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp536 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 Dbms_bundle_data_storage_database_test.cpp190 "signatureKey":"",
393 "signatureKey":"",
513 "signatureKey":"",
1104 "signatureKey": "",
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/
H A Dbms_launcher_service_system_test.cpp264 EXPECT_EQ(applicationInfo.signatureKey, ""); in CheckApplicationInfo()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dohos_application.cpp162 …ag::APPKIT, "applicationInfo: signatureKey: %{public}s", applicationInfoPtr->signatureKey.c_str()); in DumpApplication()