/ohos5.0/base/startup/init/services/init/standard/ |
H A D | init_jobs.c | 20 static int CheckJobValid(const char *jobName) in CheckJobValid() 31 int DoJobNow(const char *jobName) in DoJobNow()
|
H A D | init.c | 218 char jobName[64] = {0}; // 64 job name in TriggerServices() local
|
/ohos5.0/base/print/print_fwk/test/fuzztest/printcupsattribute_fuzzer/ |
H A D | printcupsattribute_fuzzer.cpp | 30 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 D | init_jobs.c | 126 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 D | trigger_processor.c | 233 …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 D | reboot.c | 30 PLUGIN_STATIC int DoRoot_(const char *jobName, int type) in DoRoot_()
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | print_cups_client.h | 41 std::string jobName; member
|
/ohos5.0/base/startup/init/interfaces/innerkits/init_module_engine/include/ |
H A D | bootstage.h | 124 const char *jobName; /* job name */ member
|
/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/ |
H A D | mock_print_service.h | 138 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 D | print_service_ability_test.cpp | 314 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 D | ohprint.h | 414 char *jobName; member
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_service_stub.cpp | 725 std::string jobName = data.ReadString(); in OnPrintByAdapter() local
|
H A D | print_service_ability.cpp | 2479 int32_t PrintServiceAbility::PrintByAdapter(const std::string jobName, const PrintAttributes &print… in PrintByAdapter()
|
/ohos5.0/base/startup/init/services/init/ |
H A D | init_service_manager.c | 668 char *jobName = cJSON_GetStringValue(cJSON_GetObjectItem(json, jobTypes[i])); in GetServiceJobs() local
|
/ohos5.0/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_service_stub_test.cpp | 1088 std::string jobName = "com.exmpale.ext"; variable
|
/ohos5.0/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/ |
H A D | printserviceability_fuzzer.cpp | 315 std::string jobName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestPrintByAdapter() local
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.cpp | 1372 void* WebviewController::CreateWebPrintDocumentAdapter(const std::string& jobName) in CreateWebPrintDocumentAdapter()
|
H A D | napi_webview_controller.cpp | 4839 std::string jobName; in CreateWebPrintDocumentAdapter() local
|