Home
last modified time | relevance | path

Searched defs:resultCode (Results 1 – 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
Dhap_verify_test.cpp163 int32_t resultCode = verify.Verify(errorFile, &options); variable
289 int32_t resultCode = verify.Verify(rightFile, &options); variable
392 int32_t resultCode = verify.Verify(errorFile, &options); variable
597 int32_t resultCode = verify.Verify(errorFile, &options); variable
613 int32_t resultCode = verify.Verify(errorFile, &options); variable
629 int32_t resultCode = verify.Verify(errorFile, &options); variable
645 int32_t resultCode = verify.Verify(errorFile, &options); variable
663 int32_t resultCode = verify.Verify(errorFile, &options); variable
679 int32_t resultCode = verify.Verify(errorFile, &options); variable
697 int32_t resultCode = verify.Verify(errorFile, params.get()); variable
[all …]
/developtools/hdc/hdcd_user_permit/src/
Dconnection.cpp29 const sptr<IRemoteObject> &remoteObject, int32_t resultCode) in OnAbilityConnectDone()
80 int32_t resultCode) in OnAbilityDisconnectDone()
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
Dverify_hap.cpp178 int32_t resultCode = Verify(hapFile, options, filePath); in Verify() local