Home
last modified time | relevance | path

Searched refs:CALLBACK_COMPLETE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_camera.cpp23 const char CALLBACK_COMPLETE[] = "complete"; variable
133 std::string completeId = firstItem->GetString(CALLBACK_COMPLETE); in GetParamFromJson()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_element.cpp26 const char CALLBACK_COMPLETE[] = "complete"; variable
318 .append(CALLBACK_COMPLETE) in OnRecorderCallBack()
717 std::string param = std::string("{\"").append(CALLBACK_COMPLETE).append("\":\"\"}"); in OnTakePhotoCallBack()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.h43 extern const char CALLBACK_COMPLETE[];
H A Ddialog_component.cpp46 const char CALLBACK_COMPLETE[] = "complete"; variable
619 if (callback.first == CALLBACK_COMPLETE) { in Build()