Home
last modified time | relevance | path

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

/ohos5.0/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, ...);
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h78 NAPI_EXPORT panda::Local<panda::JSValueRef> NapiValueToLocalValue(napi_value v);
79 NAPI_EXPORT napi_value LocalValueToLocalNapiValue(panda::Local<panda::JSValueRef> local);
141 class NAPI_EXPORT ArkNativeEngine : public NativeEngine {
149 NAPI_EXPORT const EcmaVM* GetEcmaVm() const override in GetEcmaVm()
193NAPI_EXPORT void SetPackagePath(const std::string appLinPathKey, const std::vector<std::string>& p…
206 NAPI_EXPORT static napi_value ArkValueToNapiValue(napi_env env, Local<JSValueRef> value);
210 NAPI_EXPORT bool ExecuteJsBin(const std::string& fileName, bool checkPath = false);
213NAPI_EXPORT panda::Local<panda::ObjectRef> LoadModuleByName(const std::string& moduleName, bool is…
/ohos5.0/foundation/arkui/napi/reference_manager/
H A Dnative_reference_manager.h22 class NAPI_EXPORT NativeReferenceManager {
/ohos5.0/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.h79 class NAPI_EXPORT NativeModuleManager {
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h89 class NAPI_EXPORT NativeEngine {