mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 12:43:16 -04:00
去掉代码中的路径警告
Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com>
This commit is contained in:
@@ -28,6 +28,7 @@ ohos_fuzztest("AbilityAutoStartupClientFirstFuzzTest") {
|
||||
"${ability_runtime_innerkits_path}/ability_manager/include",
|
||||
"${ability_runtime_services_path}/abilitymgr/include/utils",
|
||||
"${ability_runtime_services_path}/abilitymgr/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
+1
-1
@@ -23,8 +23,8 @@
|
||||
#include "ability_auto_startup_client.h"
|
||||
#undef private
|
||||
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "securec.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -28,6 +28,7 @@ ohos_fuzztest("AbilityAutoStartupClientSecondFuzzTest") {
|
||||
"${ability_runtime_innerkits_path}/ability_manager/include",
|
||||
"${ability_runtime_services_path}/abilitymgr/include/utils",
|
||||
"${ability_runtime_services_path}/abilitymgr/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
+1
-1
@@ -23,8 +23,8 @@
|
||||
#include "ability_auto_startup_client.h"
|
||||
#undef private
|
||||
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "securec.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -28,6 +28,7 @@ ohos_fuzztest("AbilityAutoStartupClientThirdFuzzTest") {
|
||||
"${ability_runtime_innerkits_path}/ability_manager/include",
|
||||
"${ability_runtime_services_path}/abilitymgr/include/utils",
|
||||
"${ability_runtime_services_path}/abilitymgr/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
+1
-1
@@ -23,8 +23,8 @@
|
||||
#include "ability_auto_startup_client.h"
|
||||
#undef private
|
||||
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "securec.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -30,6 +30,7 @@ ohos_fuzztest("InsightIntentExecuteManagerFirstFuzzTest") {
|
||||
"${ability_runtime_innerkits_path}/wantagent/include",
|
||||
"${ability_runtime_services_path}/abilitymgr/include/utils",
|
||||
"${ability_runtime_services_path}/common/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
|
||||
cflags = [
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@
|
||||
#include "insight_intent_execute_param.h"
|
||||
#undef private
|
||||
|
||||
#include "../ability_fuzz_util.h"
|
||||
#include "ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -24,7 +24,10 @@ ohos_fuzztest("InsightIntentExecuteParamThirdFuzzTest") {
|
||||
|
||||
fuzz_config_file = "${ability_runtime_test_path}/fuzztest/insightintentexecuteparamthird_fuzzer"
|
||||
|
||||
include_dirs = [ "${ability_runtime_innerkits_path}/wantagent/include" ]
|
||||
include_dirs = [
|
||||
"${ability_runtime_innerkits_path}/wantagent/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
+1
-1
@@ -19,9 +19,9 @@
|
||||
#include <cstdint>
|
||||
#include <fuzzer/FuzzedDataProvider.h>
|
||||
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "insight_intent_execute_param.h"
|
||||
#include "insight_intent_utils.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -24,7 +24,10 @@ ohos_fuzztest("InsightIntentUtilsFirstFuzzTest") {
|
||||
|
||||
fuzz_config_file = "${ability_runtime_test_path}/fuzztest/insightintentutilsfirst_fuzzer"
|
||||
|
||||
include_dirs = [ "${ability_runtime_innerkits_path}/wantagent/include" ]
|
||||
include_dirs = [
|
||||
"${ability_runtime_innerkits_path}/wantagent/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
#include <cstdint>
|
||||
#include <fuzzer/FuzzedDataProvider.h>
|
||||
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "insight_intent_utils.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -24,7 +24,10 @@ ohos_fuzztest("InsightIntentUtilsFourthFuzzTest") {
|
||||
|
||||
fuzz_config_file = "${ability_runtime_test_path}/fuzztest/insightintentutilsfourth_fuzzer"
|
||||
|
||||
include_dirs = [ "${ability_runtime_innerkits_path}/wantagent/include" ]
|
||||
include_dirs = [
|
||||
"${ability_runtime_innerkits_path}/wantagent/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
#include <cstdint>
|
||||
#include <fuzzer/FuzzedDataProvider.h>
|
||||
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "insight_intent_utils.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -24,7 +24,10 @@ ohos_fuzztest("InsightIntentUtilsSecondFuzzTest") {
|
||||
|
||||
fuzz_config_file = "${ability_runtime_test_path}/fuzztest/insightintentutilssecond_fuzzer"
|
||||
|
||||
include_dirs = [ "${ability_runtime_innerkits_path}/wantagent/include" ]
|
||||
include_dirs = [
|
||||
"${ability_runtime_innerkits_path}/wantagent/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
#include <cstdint>
|
||||
#include <fuzzer/FuzzedDataProvider.h>
|
||||
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "insight_intent_utils.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -24,7 +24,10 @@ ohos_fuzztest("InsightIntentUtilsThirdFuzzTest") {
|
||||
|
||||
fuzz_config_file = "${ability_runtime_test_path}/fuzztest/insightintentutilsthird_fuzzer"
|
||||
|
||||
include_dirs = [ "${ability_runtime_innerkits_path}/wantagent/include" ]
|
||||
include_dirs = [
|
||||
"${ability_runtime_innerkits_path}/wantagent/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
#include <cstdint>
|
||||
#include <fuzzer/FuzzedDataProvider.h>
|
||||
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "insight_intent_utils.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -31,6 +31,7 @@ ohos_fuzztest("KeepAliveProcessManagerEighthFuzzTest") {
|
||||
"${ability_runtime_services_path}/abilitymgr/include/utils",
|
||||
"${ability_runtime_services_path}/abilitymgr/include/keep_alive",
|
||||
"${ability_runtime_services_path}/common/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
+2
-2
@@ -19,13 +19,13 @@
|
||||
#include <cstdint>
|
||||
#include <fuzzer/FuzzedDataProvider.h>
|
||||
|
||||
#include "keep_alive_process_manager.h"
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "ability_keep_alive_service.h"
|
||||
#include "ability_util.h"
|
||||
#include "app_mgr_client.h"
|
||||
#include "keep_alive_process_manager.h"
|
||||
#include "parameters.h"
|
||||
#include "permission_verification.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -31,6 +31,7 @@ ohos_fuzztest("KeepAliveProcessManagerEleventhFuzzTest") {
|
||||
"${ability_runtime_services_path}/abilitymgr/include/utils",
|
||||
"${ability_runtime_services_path}/abilitymgr/include/keep_alive",
|
||||
"${ability_runtime_services_path}/common/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
+2
-2
@@ -19,13 +19,13 @@
|
||||
#include <cstdint>
|
||||
#include <fuzzer/FuzzedDataProvider.h>
|
||||
|
||||
#include "keep_alive_process_manager.h"
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "ability_keep_alive_service.h"
|
||||
#include "ability_util.h"
|
||||
#include "app_mgr_client.h"
|
||||
#include "keep_alive_process_manager.h"
|
||||
#include "parameters.h"
|
||||
#include "permission_verification.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -31,6 +31,7 @@ ohos_fuzztest("KeepAliveProcessManagerFifteenthFuzzTest") {
|
||||
"${ability_runtime_services_path}/abilitymgr/include/utils",
|
||||
"${ability_runtime_services_path}/abilitymgr/include/keep_alive",
|
||||
"${ability_runtime_services_path}/common/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
+1
-1
@@ -23,12 +23,12 @@
|
||||
#include "keep_alive_process_manager.h"
|
||||
#undef private
|
||||
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "ability_keep_alive_service.h"
|
||||
#include "ability_util.h"
|
||||
#include "app_mgr_client.h"
|
||||
#include "parameters.h"
|
||||
#include "permission_verification.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -31,6 +31,7 @@ ohos_fuzztest("KeepAliveProcessManagerFirstFuzzTest") {
|
||||
"${ability_runtime_services_path}/abilitymgr/include/utils",
|
||||
"${ability_runtime_services_path}/abilitymgr/include/keep_alive",
|
||||
"${ability_runtime_services_path}/common/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
+2
-2
@@ -19,13 +19,13 @@
|
||||
#include <cstdint>
|
||||
#include <fuzzer/FuzzedDataProvider.h>
|
||||
|
||||
#include "keep_alive_process_manager.h"
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "ability_keep_alive_service.h"
|
||||
#include "ability_util.h"
|
||||
#include "app_mgr_client.h"
|
||||
#include "keep_alive_process_manager.h"
|
||||
#include "parameters.h"
|
||||
#include "permission_verification.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -31,6 +31,7 @@ ohos_fuzztest("KeepAliveProcessManagerFourteenthFuzzTest") {
|
||||
"${ability_runtime_services_path}/abilitymgr/include/utils",
|
||||
"${ability_runtime_services_path}/abilitymgr/include/keep_alive",
|
||||
"${ability_runtime_services_path}/common/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
+2
-2
@@ -19,13 +19,13 @@
|
||||
#include <cstdint>
|
||||
#include <fuzzer/FuzzedDataProvider.h>
|
||||
|
||||
#include "keep_alive_process_manager.h"
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "ability_keep_alive_service.h"
|
||||
#include "ability_util.h"
|
||||
#include "app_mgr_client.h"
|
||||
#include "keep_alive_process_manager.h"
|
||||
#include "parameters.h"
|
||||
#include "permission_verification.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -31,6 +31,7 @@ ohos_fuzztest("KeepAliveProcessManagerSecondFuzzTest") {
|
||||
"${ability_runtime_services_path}/abilitymgr/include/utils",
|
||||
"${ability_runtime_services_path}/abilitymgr/include/keep_alive",
|
||||
"${ability_runtime_services_path}/common/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
+1
-1
@@ -23,12 +23,12 @@
|
||||
#include "keep_alive_process_manager.h"
|
||||
#undef private
|
||||
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "ability_keep_alive_service.h"
|
||||
#include "ability_util.h"
|
||||
#include "app_mgr_client.h"
|
||||
#include "parameters.h"
|
||||
#include "permission_verification.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -31,6 +31,7 @@ ohos_fuzztest("KeepAliveProcessManagerSeventhFuzzTest") {
|
||||
"${ability_runtime_services_path}/abilitymgr/include/utils",
|
||||
"${ability_runtime_services_path}/abilitymgr/include/keep_alive",
|
||||
"${ability_runtime_services_path}/common/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
+1
-1
@@ -23,12 +23,12 @@
|
||||
#include "keep_alive_process_manager.h"
|
||||
#undef private
|
||||
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "ability_keep_alive_service.h"
|
||||
#include "ability_util.h"
|
||||
#include "app_mgr_client.h"
|
||||
#include "parameters.h"
|
||||
#include "permission_verification.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -31,6 +31,7 @@ ohos_fuzztest("KeepAliveProcessManagerSixteenthFuzzTest") {
|
||||
"${ability_runtime_services_path}/abilitymgr/include/utils",
|
||||
"${ability_runtime_services_path}/abilitymgr/include/keep_alive",
|
||||
"${ability_runtime_services_path}/common/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
+1
-1
@@ -23,12 +23,12 @@
|
||||
#include "keep_alive_process_manager.h"
|
||||
#undef private
|
||||
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "ability_keep_alive_service.h"
|
||||
#include "ability_util.h"
|
||||
#include "app_mgr_client.h"
|
||||
#include "parameters.h"
|
||||
#include "permission_verification.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -31,6 +31,7 @@ ohos_fuzztest("KeepAliveProcessManagerTenthFuzzTest") {
|
||||
"${ability_runtime_services_path}/abilitymgr/include/utils",
|
||||
"${ability_runtime_services_path}/abilitymgr/include/keep_alive",
|
||||
"${ability_runtime_services_path}/common/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
+2
-2
@@ -19,13 +19,13 @@
|
||||
#include <cstdint>
|
||||
#include <fuzzer/FuzzedDataProvider.h>
|
||||
|
||||
#include "keep_alive_process_manager.h"
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "ability_keep_alive_service.h"
|
||||
#include "ability_util.h"
|
||||
#include "app_mgr_client.h"
|
||||
#include "keep_alive_process_manager.h"
|
||||
#include "parameters.h"
|
||||
#include "permission_verification.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -31,6 +31,7 @@ ohos_fuzztest("KeepAliveProcessManagerThirdFuzzTest") {
|
||||
"${ability_runtime_services_path}/abilitymgr/include/utils",
|
||||
"${ability_runtime_services_path}/abilitymgr/include/keep_alive",
|
||||
"${ability_runtime_services_path}/common/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
+2
-2
@@ -19,13 +19,13 @@
|
||||
#include <cstdint>
|
||||
#include <fuzzer/FuzzedDataProvider.h>
|
||||
|
||||
#include "keep_alive_process_manager.h"
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "ability_keep_alive_service.h"
|
||||
#include "ability_util.h"
|
||||
#include "app_mgr_client.h"
|
||||
#include "keep_alive_process_manager.h"
|
||||
#include "parameters.h"
|
||||
#include "permission_verification.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -31,6 +31,7 @@ ohos_fuzztest("KeepAliveProcessManagerThirteenthFuzzTest") {
|
||||
"${ability_runtime_services_path}/abilitymgr/include/utils",
|
||||
"${ability_runtime_services_path}/abilitymgr/include/keep_alive",
|
||||
"${ability_runtime_services_path}/common/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
+2
-2
@@ -19,13 +19,13 @@
|
||||
#include <cstdint>
|
||||
#include <fuzzer/FuzzedDataProvider.h>
|
||||
|
||||
#include "keep_alive_process_manager.h"
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "ability_keep_alive_service.h"
|
||||
#include "ability_util.h"
|
||||
#include "app_mgr_client.h"
|
||||
#include "keep_alive_process_manager.h"
|
||||
#include "parameters.h"
|
||||
#include "permission_verification.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -27,6 +27,7 @@ ohos_fuzztest("ResidentProcessManagerElevenFuzzTest") {
|
||||
include_dirs = [
|
||||
"${ability_runtime_innerkits_path}/ability_manager/include",
|
||||
"${ability_runtime_innerkits_path}/dataobs_manager/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
+1
-1
@@ -23,8 +23,8 @@
|
||||
#include "resident_process_manager.h"
|
||||
#undef private
|
||||
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "ability_record.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -27,6 +27,7 @@ ohos_fuzztest("ResidentProcessManagerFirstFuzzTest") {
|
||||
include_dirs = [
|
||||
"${ability_runtime_innerkits_path}/ability_manager/include",
|
||||
"${ability_runtime_innerkits_path}/dataobs_manager/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
+1
-1
@@ -23,8 +23,8 @@
|
||||
#include "resident_process_manager.h"
|
||||
#undef private
|
||||
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "ability_record.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -27,6 +27,7 @@ ohos_fuzztest("ResidentProcessManagerSecondFuzzTest") {
|
||||
include_dirs = [
|
||||
"${ability_runtime_innerkits_path}/ability_manager/include",
|
||||
"${ability_runtime_innerkits_path}/dataobs_manager/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
+1
-1
@@ -23,8 +23,8 @@
|
||||
#include "resident_process_manager.h"
|
||||
#undef private
|
||||
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "ability_record.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
@@ -27,6 +27,7 @@ ohos_fuzztest("ResidentProcessManagerThirdFuzzTest") {
|
||||
include_dirs = [
|
||||
"${ability_runtime_innerkits_path}/ability_manager/include",
|
||||
"${ability_runtime_innerkits_path}/dataobs_manager/include",
|
||||
"${ability_runtime_test_path}/fuzztest/",
|
||||
]
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
+1
-1
@@ -23,8 +23,8 @@
|
||||
#include "resident_process_manager.h"
|
||||
#undef private
|
||||
|
||||
#include "ability_fuzz_util.h"
|
||||
#include "ability_record.h"
|
||||
#include "../ability_fuzz_util.h"
|
||||
|
||||
using namespace OHOS::AAFwk;
|
||||
using namespace OHOS::AppExecFwk;
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "../../mock/include/mock_my_flag.h"
|
||||
#include "mock_my_flag.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace AAFwk {
|
||||
|
||||
+2
-2
@@ -13,8 +13,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "../../mock/include/mock_permission_verification.h"
|
||||
#include "../../mock/include/mock_my_flag.h"
|
||||
#include "mock_my_flag.h"
|
||||
#include "mock_permission_verification.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace AAFwk {
|
||||
|
||||
Reference in New Issue
Block a user