Home
last modified time | relevance | path

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

/base/customization/config_policy/interfaces/kits/js/src/
H A Dcustom_config_napi.cpp63 std::string channelKey = CHANNEL_ID_PREFIX + bundleName; in NAPIGetChannelId() local
64 return NativeGetChannelId(env, channelKey); in NAPIGetChannelId()
85 napi_value CustomConfigNapi::NativeGetChannelId(napi_env env, std::string channelKey) in NativeGetChannelId() argument
87 char *channelId = CustGetSystemParam(channelKey.c_str()); in NativeGetChannelId()
/base/customization/config_policy/interfaces/kits/js/include/
H A Dcustom_config_napi.h37 static napi_value NativeGetChannelId(napi_env env, std::string channelKey);

Completed in 1 milliseconds