Home
last modified time | relevance | path

Searched refs:NAPI_EXPORT (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/napi/utils/
H A Dmacros.h19 #ifndef NAPI_EXPORT
21 #define NAPI_EXPORT __declspec(dllexport) macro
23 #define NAPI_EXPORT __attribute__((visibility("default"))) macro
H A Dlog.cpp35 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 Dfile.h24 NAPI_EXPORT bool RealPath(const char *path, char *resolvedPath, size_t bufferSize);
H A Dlog.h39 NAPI_EXPORT void PrintLog(LogLevel level, const char* fmt, ...);
/foundation/arkui/napi/reference_manager/
H A Dnative_reference_manager.h22 class NAPI_EXPORT NativeReferenceManager {
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h79 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 Dnative_module_manager.h79 class NAPI_EXPORT NativeModuleManager {
/foundation/arkui/napi/native_engine/
H A Dnative_engine.h89 class NAPI_EXPORT NativeEngine {
121 inline NAPI_EXPORT const EcmaVM* GetEcmaVm() const in GetEcmaVm()

Completed in 4 milliseconds