mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +00:00
update test/fuzztest/distributedwant_fuzzer/distributedwant_fuzzer.cpp.
Signed-off-by: 师皓杰 <shihaojie10@huawei.com>
This commit is contained in:
parent
6988f759d9
commit
eafcb3a620
@ -170,9 +170,6 @@ bool DoSomethingInterestingWithMyAPI_DistributedWant_005(const char* data, size_
|
||||
bool boolValue = true;
|
||||
want->SetParam(key, boolValue);
|
||||
want->GetBoolParam(key, boolValue);
|
||||
|
||||
std::string wantStr = want->ToString();
|
||||
want->FromString(wantStr);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user