diff --git a/test/fuzztest/appgroupcallbackstub_fuzzer/appgroupcallbackstub_fuzzer.cpp b/test/fuzztest/appgroupcallbackstub_fuzzer/appgroupcallbackstub_fuzzer.cpp index a49e596b7fc817a4fd6eb2e19b9395d0055ad7b4..721a86778aeee62dcd2866f037bfecf8fc4fdf6b 100644 --- a/test/fuzztest/appgroupcallbackstub_fuzzer/appgroupcallbackstub_fuzzer.cpp +++ b/test/fuzztest/appgroupcallbackstub_fuzzer/appgroupcallbackstub_fuzzer.cpp @@ -31,7 +31,7 @@ namespace DeviceUsageStats { constexpr uint8_t EIGHT = 8; constexpr uint8_t TWO = 2; constexpr uint8_t THREE = 3; - const std::u16string APP_GOUNP_ACTIVE_TOKEN = u"Resourceschedule.IAppGroupCallback"; + const std::u16string APP_GOUNP_ACTIVE_TOKEN = u"OHOS.DeviceUsageStats.IAppGroupCallback"; class TestAppGroupChangeCallback : public AppGroupCallbackStub { public: diff --git a/test/fuzztest/bundleactiveonremoterequest_fuzzer/bundleactiveonremoterequest_fuzzer.cpp b/test/fuzztest/bundleactiveonremoterequest_fuzzer/bundleactiveonremoterequest_fuzzer.cpp index 988375e12b5a071735ae5a4a7e835a7322a4b854..5f648edfc41193d782339bb8154dcc1e7713e754 100644 --- a/test/fuzztest/bundleactiveonremoterequest_fuzzer/bundleactiveonremoterequest_fuzzer.cpp +++ b/test/fuzztest/bundleactiveonremoterequest_fuzzer/bundleactiveonremoterequest_fuzzer.cpp @@ -31,7 +31,7 @@ namespace DeviceUsageStats { constexpr uint8_t EIGHT = 8; constexpr uint8_t TWO = 2; constexpr uint8_t THREE = 3; - const std::u16string BUNDLE_ACTIVE_TOKEN = u"Resourceschedule.IBundleActiveService"; + const std::u16string BUNDLE_ACTIVE_TOKEN = u"OHOS.DeviceUsageStats.IBundleActiveService"; bool isInited = false; uint32_t GetU32Data(const char* ptr)