Lines Matching defs:profile
241 HILOGE("bad profile path!");
316 HILOGE("profile format error: no process tag");
320 HILOGE("profile format error: process is too long");
352 HILOGE("profile format error: extension() len exceed limit");
356 HILOGE("profile format error: extension num exceed limit");
373 HILOGE("profile format error: no name tag");
377 HILOGE("profile format error: saId error");
382 HILOGE("profile format error: no libPath tag");
386 HILOGE("profile format error: libPath is too long");
421 HILOGE("profile format error: recycleStrategy: %{public}s is not immediately or low-memory",
616 HILOGE("bad profile path!");
628 HILOGE("trust profile format error: no process tag");
632 HILOGE("trust profile format error: process is too long");
672 bool ParseUtil::CheckLogicRelationship(const std::string& state, const std::string& profile)
674 HILOGD("CheckLogicRelationship State:%{public}s || Profile:%{public}s", state.c_str(), profile.c_str());
675 if (profile.empty() || state == profile) {
683 if (profile[0] == '>') {
685 if (profile[1] == '=') {
691 } else if (profile[0] == '<') {
693 if (profile[1] == '=') {
701 if (!StrToInt(profile.substr(valueStartPosition, profile.length() - 1), profileInt)) {