/ohos5.0/foundation/communication/dsoftbus/sdk/frame/common/include/ |
H A D | softbus_client_frame_manager.h | 28 int32_t CheckPackageName(const char *pkgName);
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/preprocessor/ |
H A D | preprocessor.h | 76 static bool CheckPackageName(const std::string &filePath, const std::string &packageName);
|
H A D | preprocessor.cpp | 177 if (!CheckPackageName(info.filePath_, token.value)) { in ParsePackage() 340 bool Preprocessor::CheckPackageName(const std::string &filePath, const std::string &packageName) in CheckPackageName() function in OHOS::Idl::Preprocessor
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/ |
H A D | preprocessor.h | 69 static bool CheckPackageName(const std::string &filePath, const std::string &packageName);
|
H A D | preprocessor.cpp | 163 if (!CheckPackageName(info.filePath_, token.value)) { in ParsePackage() 325 bool Preprocessor::CheckPackageName(const std::string &filePath, const std::string &packageName) in CheckPackageName() function in OHOS::HDI::Preprocessor
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/frame/common/ |
H A D | softbus_client_event_manager_test.cpp | 261 int32_t ret = CheckPackageName(tmpPkgName);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/common/src/ |
H A D | softbus_client_frame_manager.c | 300 int32_t CheckPackageName(const char *pkgName) in CheckPackageName() function
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/ |
H A D | parser.h | 188 bool CheckPackageName(const std::string &filePath, const std::string &packageName) const;
|
H A D | parser.cpp | 154 } else if (!CheckPackageName(lexer_.GetFilePath(), packageName)) { in ParsePackage() 1738 bool Parser::CheckPackageName(const std::string &filePath, const std::string &packageName) const in CheckPackageName() function in OHOS::HDI::Parser
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/ |
H A D | parser.h | 208 bool CheckPackageName(const std::string &filePath, const std::string &packageName) const;
|
H A D | parser.cpp | 177 } else if (!CheckPackageName(lexer_.GetFilePath(), packageName)) { in ParsePackage() 1871 bool Parser::CheckPackageName(const std::string &filePath, const std::string &packageName) const in CheckPackageName() function in OHOS::Idl::Parser
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/service/src/ |
H A D | client_bus_center.c | 40 if (CheckPackageName(pkgName) != SOFTBUS_OK) { in CommonInit()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_service.c | 121 if (CheckPackageName(pkgName) != SOFTBUS_OK) { in CreateSessionServer() 914 if (CheckPackageName(pkgName) != SOFTBUS_OK) { in CreateSocket()
|