Home
last modified time | relevance | path

Searched defs:groupConfig (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dinterface_info_test.cpp184 std::string groupConfig = "test\n123\n456\n789\n1011"; variable
198 std::string groupConfig = "test\n123\n456\n789\n1011"; variable
213 std::string groupConfig = "test\n123\n456\n789\n1011"; variable
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/
H A Dp2p_adapter.h40 std::string groupConfig; member
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_load.c339 static int ParseMountGroupsConfig(AppSpawnSandboxCfg *sandbox, const cJSON *groupConfig, SandboxSec… in ParseMountGroupsConfig()
430 cJSON *groupConfig = cJSON_GetObjectItemCaseSensitive(configs, "mount-groups"); in ParseBaseConfig() local
497 static SandboxNameGroupNode *ParseNameGroup(AppSpawnSandboxCfg *sandbox, const cJSON *groupConfig) in ParseNameGroup()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dinterface_info.cpp243 void InterfaceInfo::SetP2pGroupConfig(const std::string &groupConfig) in SetP2pGroupConfig()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_entity.cpp435 std::string groupConfig; in UpdateInterfaceInfo() local
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp1613 int P2pV1Processor::UpdateWhenConnectSuccess(std::string groupConfig, const NegotiateMessage &msg) in UpdateWhenConnectSuccess()
1649 auto groupConfig = msg.GetLegacyP2pGroupConfig(); in ConnectGroup() local
1682 bool P2pV1Processor::IsNeedDhcp(const std::string &gcIp, const std::string &groupConfig) in IsNeedDhcp()