Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/inspector/
H A Djs_inspector.cpp62 calloutType = CalloutType::LAYOUTCALLOUT; in ParseArgs()
64 calloutType = CalloutType::DRAWCALLOUT; in ParseArgs()
66 calloutType = CalloutType::UNKNOW; in ParseArgs()
103 if (calloutType == CalloutType::LAYOUTCALLOUT) { in FindCbList()
137 size_t argc, std::list<napi_ref>& cbList, CalloutType calloutType, napi_value cb, napi_env env) in DeleteCallbackFromList()
168 CalloutType calloutType = CalloutType::UNKNOW; in FunctionOn()
178 if (calloutType == CalloutType::LAYOUTCALLOUT) { in FunctionOn()
180 } else if (calloutType == CalloutType::DRAWCALLOUT) { in FunctionOn()
195 CalloutType calloutType = CalloutType::UNKNOW; in FunctionOff()
205 if (calloutType == CalloutType::LAYOUTCALLOUT) { in FunctionOff()
[all …]
H A Djs_inspector.h28 enum class CalloutType { enum
41 std::list<napi_ref>::iterator FindCbList(napi_env env, napi_value cb, CalloutType calloutType);
44 …napi_value cb, std::list<napi_ref>& cbList, CalloutType calloutType, napi_env env, napi_handle_sco…
46 … size_t argc, std::list<napi_ref>& cbList, CalloutType calloutType, napi_value cb, napi_env env);