Searched refs:cfgInfo (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/startup/appspawn/service/hnp/pack/src/ |
H A D | hnp_pack.c | 72 HnpCfgInfo *hnpCfg = &hnpPack->cfgInfo; in PackHnp() 94 ret = AddHnpCfgFileToZip(hnp_file_path, hnpSrcPath, &hnpPack->cfgInfo); in PackHnp() 171 if (strcpy_s(packInfo->cfgInfo.name, MAX_FILE_PATH_LEN, packArgv->name) != EOK) { in ParsePackArgs() 175 if (strcpy_s(packInfo->cfgInfo.version, HNP_VERSION_LEN, packArgv->version) != EOK) { in ParsePackArgs() 181 ret = GetHnpCfgInfo(cfgPath, packInfo->source, &packInfo->cfgInfo); in ParsePackArgs() 228 if (packInfo.cfgInfo.links != NULL) { in HnpCmdPack() 229 free(packInfo.cfgInfo.links); in HnpCmdPack() 230 packInfo.cfgInfo.links = NULL; in HnpCmdPack()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_internal_event_dispatcher.cpp | 825 …InternalEventDispatcher::SendConfigChangeEvent(sptr<IWifiP2pCallback> &callback, CfgInfo* cfgInfo) in SendConfigChangeEvent() argument 827 if (cfgInfo == nullptr) { in SendConfigChangeEvent() 831 callback->OnConfigChanged(cfgInfo->type, cfgInfo->data, cfgInfo->dataLen); in SendConfigChangeEvent() 832 if (cfgInfo->data != nullptr) { in SendConfigChangeEvent() 833 delete[] cfgInfo->data; in SendConfigChangeEvent() 834 cfgInfo->data = nullptr; in SendConfigChangeEvent() 836 delete cfgInfo; in SendConfigChangeEvent() 837 cfgInfo = nullptr; in SendConfigChangeEvent() 922 SendConfigChangeEvent(callback, msg.cfgInfo); in SendP2pCallbackMsg()
|
H A D | wifi_internal_event_dispatcher.h | 139 static void SendConfigChangeEvent(sptr<IWifiP2pCallback> &callback, CfgInfo* cfgInfo);
|
/ohos5.0/base/startup/appspawn/service/hnp/pack/include/ |
H A D | hnp_pack.h | 46 HnpCfgInfo cfgInfo; // hnp配置信息 member
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/include/ |
H A D | wifi_internal_msg.h | 177 CfgInfo* cfgInfo; member 186 cfgInfo = nullptr; in WifiEventCallbackMsg()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/ |
H A D | wifi_p2p_manager.cpp | 415 cbMsg.cfgInfo = cfgInfoPtr; in DealConfigChanged()
|