Home
last modified time | relevance | path

Searched refs:RunVerifyProfile (Results 1 - 7 of 7) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/cmd/include/
H A Dparams_run_tool.h45 static bool RunVerifyProfile(Options* params, SignToolServiceImpl& api);
/developtools/hapsigner/hapsigntool_cpp/cmd/src/
H A Dparams_run_tool.cpp39 {VERIFY_PROFILE, ParamsRunTool::RunVerifyProfile}
422 bool ParamsRunTool::RunVerifyProfile(Options* params, SignToolServiceImpl& api) in RunVerifyProfile() function in OHOS::SignatureTools::ParamsRunTool
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateKeyPair/
H A Dhap_sign_cmd_test.cpp376 bool ret = ParamsRunTool::RunVerifyProfile(params.get(), *api); in HWTEST_F()
397 bool ret = ParamsRunTool::RunVerifyProfile(params.get(), *api); in HWTEST_F()
418 bool ret = ParamsRunTool::RunVerifyProfile(params.get(), *api); in HWTEST_F()
H A Dprocess_cmd_expansion_test.cpp951 bool ret = ParamsRunTool::RunVerifyProfile(params.get(), *api); in HWTEST_F()
H A Dhap_sign_tool_test.cpp324 bool ret = ParamsRunTool::RunVerifyProfile(params.get(), *api); in HWTEST_F()
H A Doptions_test.cpp1817 bool ret = ParamsRunTool::RunVerifyProfile(params.get(), *api); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/
H A Dsign_profile_test.cpp288 * @tc.desc: Test function of HapSignTool::RunVerifyProfile() interface for SUCCESS.
300 bool ret = ParamsRunTool::RunVerifyProfile(&options, api); in HWTEST_F()

Completed in 16 milliseconds