Home
last modified time | relevance | path

Searched defs:jobName (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/startup/init/services/init/standard/
H A Dinit_jobs.c20 static int CheckJobValid(const char *jobName) in CheckJobValid()
31 int DoJobNow(const char *jobName) in DoJobNow()
H A Dinit.c218 char jobName[64] = {0}; // 64 job name in TriggerServices() local
/ohos5.0/base/print/print_fwk/test/fuzztest/printcupsattribute_fuzzer/
H A Dprintcupsattribute_fuzzer.cpp30 std::string jobName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestParsePrinterStatusAttributes() local
44 std::string jobName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestParsePrinterAttributes() local
/ohos5.0/base/startup/init/services/init/lite/
H A Dinit_jobs.c126 void DoJob(const char *jobName) in DoJob()
164 int DoJobNow(const char *jobName) in DoJobNow()
/ohos5.0/base/startup/init/services/param/trigger/
H A Dtrigger_processor.c233 …const cJSON *triggerItem, int (*checkJobValid)(const char *jobName), const ConfigContext *cfgConte… in ParseTrigger_()
275 int ParseTriggerConfig(const cJSON *fileRoot, int (*checkJobValid)(const char *jobName), void *cont… in ParseTriggerConfig()
/ohos5.0/base/startup/init/services/modules/reboot/
H A Dreboot.c30 PLUGIN_STATIC int DoRoot_(const char *jobName, int type) in DoRoot_()
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_cups_client.h41 std::string jobName; member
/ohos5.0/base/startup/init/interfaces/innerkits/init_module_engine/include/
H A Dbootstage.h124 const char *jobName; /* job name */ member
/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/
H A Dmock_print_service.h138 int32_t PrintByAdapter(const std::string jobName, const PrintAttributes &printAttributes, in PrintByAdapter()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp314 std::string jobName = "a.jpeg"; variable
563 std::string jobName = "a.jpeg"; variable
1752 std::string jobName = ""; variable
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h414 char *jobName; member
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_stub.cpp725 std::string jobName = data.ReadString(); in OnPrintByAdapter() local
H A Dprint_service_ability.cpp2479 int32_t PrintServiceAbility::PrintByAdapter(const std::string jobName, const PrintAttributes &print… in PrintByAdapter()
/ohos5.0/base/startup/init/services/init/
H A Dinit_service_manager.c668 char *jobName = cJSON_GetStringValue(cJSON_GetObjectItem(json, jobTypes[i])); in GetServiceJobs() local
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_stub_test.cpp1088 std::string jobName = "com.exmpale.ext"; variable
/ohos5.0/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/
H A Dprintserviceability_fuzzer.cpp315 std::string jobName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestPrintByAdapter() local
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp1372 void* WebviewController::CreateWebPrintDocumentAdapter(const std::string& jobName) in CreateWebPrintDocumentAdapter()
H A Dnapi_webview_controller.cpp4839 std::string jobName; in CreateWebPrintDocumentAdapter() local