Searched defs:func (Results 1 – 12 of 12) sorted by relevance
| /applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/include/util/ |
| D | native_common.h | 68 #define DECLARE_NAPI_FUNCTION(name, func) … argument 73 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) … argument 78 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) … argument
|
| /applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/include/util/ |
| D | native_common.h | 68 #define DECLARE_NAPI_FUNCTION(name, func) \ argument 73 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) \ argument 78 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) \ argument
|
| /applications/sample/camera/launcher/launcher/src/main/cpp/ |
| D | app_info.h | 70 AppClickListener(funcClick func, AppInfo* app) : funcClick_(func), appInfo_(app) {} in AppClickListener() 85 AppLongPressListener(funcClick func, AppInfo* app) : appInfo_(app), funcLongPress_(func) {} in AppLongPressListener()
|
| /applications/sample/camera/communication/wpa_supplicant/src/ |
| D | wpa_sample.c | 35 int (*func)(int, char **) = NULL; in ThreadMain() local
|
| /applications/sample/camera/communication/hostapd/src/ |
| D | hostapd_sample.c | 35 int (*func)(int, char **) = NULL; in ThreadMain() local
|
| /applications/sample/wifi-iot/app/demolink/ |
| D | demosdk_adapter.h | 24 void *(*func)(char* arg); member
|
| /applications/standard/app_samples/code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeApiCustomAsynchronousOperations/entry/src/main/cpp/ |
| D | napi_init.cpp | 30 napi_value func = args[2]; in AsynchronousWork() local
|
| /applications/standard/settings/cj/settings/src/ |
| D | cj_settings_observer.cpp | 64 auto func = reinterpret_cast<void(*)(void)>(observer); in RegisterKeyObserver() local
|
| /applications/standard/app_samples/code/BasicFeature/Media/AudioToVideoSync/entry/src/main/cpp/common/dfx/log/ |
| D | AVCodecSampleLog.h | 25 #define AVCODEC_SAMPLE_LOG(func, fmt, args...) … argument
|
| /applications/standard/app_samples/code/BasicFeature/Media/Camera_js/entry/src/main/ets/common/ |
| D | GlobalContext.ts | 64 const func = this._objects.get(value); constant
|
| /applications/standard/camera/common/src/main/ets/default/utils/ |
| D | GlobalContext.ts | 66 const func = this._objects.get(value); constant
|
| /applications/standard/app_samples/code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeAPIExtendCapabilities/entry/src/main/cpp/ |
| D | napi_init.cpp | 315 static napi_value func(napi_env env, napi_callback_info info) in func() function
|