Home
last modified time | relevance | path

Searched defs:abcPaths (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/verify/
H A Dverify_manager_interface.h31 virtual ErrCode Verify(const std::vector<std::string> &abcPaths) in Verify()
36 virtual ErrCode RemoveFiles(const std::vector<std::string> &abcPaths) in RemoveFiles()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_verifymanager_test/
H A Dbms_bundle_verifymanager_test.cpp118 std::vector<std::string> abcPaths; variable
154 std::vector<std::string> abcPaths; variable
183 std::vector<std::string> abcPaths; variable
232 std::vector<std::string> abcPaths; variable
246 std::vector<std::string> abcPaths; variable
260 std::vector<std::string> abcPaths; variable
274 std::vector<std::string> abcPaths; variable
356 std::vector<std::string> abcPaths; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/verify/
H A Dverify_manager_proxy.cpp43 ErrCode VerifyManagerProxy::Verify(const std::vector<std::string> &abcPaths) in Verify()
71 ErrCode VerifyManagerProxy::RemoveFiles(const std::vector<std::string> &abcPaths) in RemoveFiles()
H A Dverify_manager_host.cpp67 std::vector<std::string> abcPaths; in HandleVerify() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
H A Dverify_manager_host_impl.cpp144 ErrCode VerifyManagerHostImpl::Verify(const std::vector<std::string> &abcPaths) in Verify()
204 const std::vector<std::string> &abcPaths) in CopyFilesToTempDir()
276 const std::vector<std::string> &abcPaths) in InnerVerify()
292 bool VerifyManagerHostImpl::CheckFileParam(const std::vector<std::string> &abcPaths) in CheckFileParam()
325 bool VerifyManagerHostImpl::VerifyAbc(const std::vector<std::string> &abcPaths) in VerifyAbc()
431 const std::vector<std::string> &abcPaths) in MoveAbc()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplverify_fuzzer/
H A Dverifymanagerhostimplverify_fuzzer.cpp32 std::vector<std::string> abcPaths = { std::string(data, size) }; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplcheckfileparam_fuzzer/
H A Dverifymanagerhostimplcheckfileparam_fuzzer.cpp33 std::vector<std::string> abcPaths; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplinnerverify_fuzzer/
H A Dverifymanagerhostimplinnerverify_fuzzer.cpp32 std::vector<std::string> abcPaths = { std::string(data, size) }; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplmoveabc_fuzzer/
H A Dverifymanagerhostimplmoveabc_fuzzer.cpp32 std::vector<std::string> abcPaths = { std::string(data, size) }; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplgetrealpath_fuzzer/
H A Dverifymanagerhostimplgetrealpath_fuzzer.cpp36 std::vector<std::string> abcPaths; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplverifyabc_fuzzer/
H A Dverifymanagerhostimplverifyabc_fuzzer.cpp31 std::vector<std::string> abcPaths; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplcopyfilestotempdir_fuzzer/
H A Dverifymanagerhostimplcopyfilestotempdir_fuzzer.cpp42 std::vector<std::string> abcPaths = { std::string(data, size) }; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_ffi.cpp94 std::vector<std::string> abcPaths = CharPtrToVector(cAbcPaths.head, cAbcPaths.size); in FfiOHOSVerifyAbc() local
H A Dbundle_manager.cpp43 int32_t BundleManagerImpl::VerifyAbc(std::vector<std::string> abcPaths, bool flag) in VerifyAbc()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.h138 std::vector<std::string> abcPaths; member
H A Dbundle_manager.cpp2184 ErrCode InnerVerify(const std::vector<std::string> &abcPaths, bool flag) in InnerVerify()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/
H A Dbundle_mgr_client_system_test.cpp2375 std::vector<std::string> abcPaths; variable
2396 std::vector<std::string> abcPaths; variable