Home
last modified time | relevance | path

Searched refs:CheckGroupName (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/manager/
H A Ddump_implement.h72 bool CheckGroupName(std::string& lastName, const std::string& curName);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/
H A Dpeer_to_peer_group.c49 static int32_t CheckGroupName(int32_t osAccountId, const char *appId, const CJson *jsonParams) in CheckGroupName() function
121 if (((result = CheckGroupName(osAccountId, appId, jsonParams)) != HC_SUCCESS) || in CheckCreateParams()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp612 if (dumpCfg->IsDumper() && CheckGroupName(groupName, dumpCfg->section_)) { in DumpDatas()
680 bool DumpImplement::CheckGroupName(std::string &lastName, const std::string &curName) in CheckGroupName() function in OHOS::HiviewDFX::DumpImplement