Home
last modified time | relevance | path

Searched refs:cfgName (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/startup/init/services/init/
H A Dinit_config.c24 InitContextType GetConfigContextType(const char *cfgName) in GetConfigContextType() argument
31 if (strncmp(vendorDir[j], cfgName, strlen(vendorDir[j])) == 0) { in GetConfigContextType()
38 static void ParseInitCfgContents(const char *cfgName, const cJSON *root) in ParseInitCfgContents() argument
42 context.type = GetConfigContextType(cfgName); in ParseInitCfgContents()
43 INIT_LOGV("Parse %s configs in context %d", cfgName, context.type); in ParseInitCfgContents()
H A Dinit_group_manager.c143 static char *GetAbsolutePath(const char *path, const char *cfgName, char *buffer, uint32_t buffSize) in GetAbsolutePath() argument
146 size_t cfgNameLen = strlen(cfgName); in GetAbsolutePath()
149 ext = strcmp(cfgName + cfgNameLen - strlen(".cfg"), ".cfg") == 0; in GetAbsolutePath()
151 if (cfgName[0] != '/') { in GetAbsolutePath()
153 len = sprintf_s(buffer, buffSize, format, path, cfgName); in GetAbsolutePath()
156 len = sprintf_s(buffer, buffSize, format, cfgName); in GetAbsolutePath()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/hostapd_hal/
H A Dwifi_hostapd_hal.h90 char *cfgName; member
H A Dwifi_hostapd_hal.c118 g_hostapdHalDevInfo[0].cfgName = g_apCfgName; in InitCfg()
/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhdi_hostapd_hal.h132 char *cfgName; member
H A Dhdi_hostapd_hal.c103 g_hostapdHalDevInfo[0].cfgName = g_apCfgName; in InitCfg()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_ap_interface.c82 if (CopyConfigFile(cfg[i].cfgName) != 0) { in StartHostapd()