Home
last modified time | relevance | path

Searched refs:CustomConfigNapi (Results 1 - 2 of 2) sorted by relevance

/base/customization/config_policy/interfaces/kits/js/src/
H A Dcustom_config_napi.cpp36 napi_value CustomConfigNapi::Init(napi_env env, napi_value exports) in Init()
39 DECLARE_NAPI_FUNCTION("getChannelId", CustomConfigNapi::NAPIGetChannelId), in Init()
45 int CustomConfigNapi::GetBundleName(std::string &bundleName) in GetBundleName()
57 napi_value CustomConfigNapi::NAPIGetChannelId(napi_env env, napi_callback_info info) in NAPIGetChannelId()
67 char *CustomConfigNapi::CustGetSystemParam(const char *name) in CustGetSystemParam()
85 napi_value CustomConfigNapi::NativeGetChannelId(napi_env env, std::string channelKey) in NativeGetChannelId()
99 napi_value CustomConfigNapi::CreateNapiStringValue(napi_env env, const char *str) in CreateNapiStringValue()
108 return CustomConfigNapi::Init(env, exports); in CustomConfigInit()
/base/customization/config_policy/interfaces/kits/js/include/
H A Dcustom_config_napi.h28 class CustomConfigNapi { class
30 CustomConfigNapi();
31 ~CustomConfigNapi() = default;

Completed in 2 milliseconds