Searched refs:NAPI_EXPORT (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/napi/utils/ |
H A D | macros.h | 19 #ifndef NAPI_EXPORT 21 #define NAPI_EXPORT __declspec(dllexport) macro 23 #define NAPI_EXPORT __attribute__((visibility("default"))) macro
|
H A D | log.cpp | 35 NAPI_EXPORT void PrintLog(LogLevel level, const char* fmt, ...) in PrintLog() 52 NAPI_EXPORT void PrintLog(LogLevel level, const char* fmt, ...) in PrintLog()
|
H A D | file.h | 24 NAPI_EXPORT bool RealPath(const char *path, char *resolvedPath, size_t bufferSize);
|
H A D | log.h | 39 NAPI_EXPORT void PrintLog(LogLevel level, const char* fmt, ...);
|
/foundation/arkui/napi/reference_manager/ |
H A D | native_reference_manager.h | 22 class NAPI_EXPORT NativeReferenceManager {
|
/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.h | 79 NAPI_EXPORT panda::Local<panda::JSValueRef> NapiValueToLocalValue(napi_value v); 80 NAPI_EXPORT napi_value LocalValueToLocalNapiValue(panda::Local<panda::JSValueRef> local); 142 class NAPI_EXPORT ArkNativeEngine : public NativeEngine { 150 inline NAPI_EXPORT const EcmaVM* GetEcmaVm() const in GetEcmaVm() 194 NAPI_EXPORT void SetPackagePath(const std::string appLinPathKey, const std::vector<std::string>& packagePath); 207 NAPI_EXPORT static napi_value ArkValueToNapiValue(napi_env env, Local<JSValueRef> value); 211 NAPI_EXPORT bool ExecuteJsBin(const std::string& fileName, bool checkPath = false); 214 NAPI_EXPORT panda::Local<panda::ObjectRef> LoadModuleByName(const std::string& moduleName, bool isAppModule,
|
/foundation/arkui/napi/module_manager/ |
H A D | native_module_manager.h | 79 class NAPI_EXPORT NativeModuleManager {
|
/foundation/arkui/napi/native_engine/ |
H A D | native_engine.h | 89 class NAPI_EXPORT NativeEngine { 121 inline NAPI_EXPORT const EcmaVM* GetEcmaVm() const in GetEcmaVm()
|
Completed in 4 milliseconds