Home
last modified time | relevance | path

Searched refs:applyResult (Results 1 - 3 of 3) sorted by relevance

/base/print/print_fwk/services/print_service/include/
H A Dprint_service_ability.h134 void NotifyAppJobQueueChanged(const std::string &applyResult);
/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/
H A Dprintserviceability_fuzzer.cpp672 std::string applyResult = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestNotifyAppJobQueueChanged() local
673 PrintServiceAbility::GetInstance()->NotifyAppJobQueueChanged(applyResult); in TestNotifyAppJobQueueChanged()
/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp1796 void PrintServiceAbility::NotifyAppJobQueueChanged(const std::string &applyResult) in NotifyAppJobQueueChanged() argument
1798 PRINT_HILOGD("NotifyAppJobQueueChanged started. %{public}s ", applyResult.c_str()); in NotifyAppJobQueueChanged()
1801 want.SetParam(QUEUE_JOB_LIST_CHANGED, applyResult); in NotifyAppJobQueueChanged()

Completed in 9 milliseconds