Searched refs:CALLBACK_COMPLETE (Results 1 – 4 of 4) sorted by relevance
23 const char CALLBACK_COMPLETE[] = "complete"; variable133 std::string completeId = firstItem->GetString(CALLBACK_COMPLETE); in GetParamFromJson()
26 const char CALLBACK_COMPLETE[] = "complete"; variable318 .append(CALLBACK_COMPLETE) in OnRecorderCallBack()717 std::string param = std::string("{\"").append(CALLBACK_COMPLETE).append("\":\"\"}"); in OnTakePhotoCallBack()
43 extern const char CALLBACK_COMPLETE[];
46 const char CALLBACK_COMPLETE[] = "complete"; variable619 if (callback.first == CALLBACK_COMPLETE) { in Build()