Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/command_server/
H A Dcommand_server_impl.cpp43 … DP_CHECK_ERROR_RETURN_RET_LOG(threadPool_ == nullptr, DP_NOT_AVAILABLE, "threadPool is nullptr."); in AddCommand()
48 return DP_NOT_AVAILABLE; in AddCommand()
53 … DP_CHECK_ERROR_RETURN_RET_LOG(threadPool_ == nullptr, DP_NOT_AVAILABLE, "threadPool is nullptr."); in AddUrgentCommand()
58 return DP_NOT_AVAILABLE; in AddUrgentCommand()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/utils/
H A Ddp_log.h59 #define DP_NOT_AVAILABLE (9) macro