Home
last modified time | relevance | path

Searched refs:pathType_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_task.cpp55 pathType_ = FD_PATH; in PrintTask()
62 pathType_ = FILE_PATH_ABSOLUTED; in PrintTask()
64 pathType_ = FILE_PATH; in PrintTask()
102 if (pathType_ == FILE_PATH_ABSOLUTED) { in Start()
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
H A Dprint_task.h86 uint32_t pathType_ = 0; variable