Lines Matching defs:bundleName
58 std::string bundleName = protoConfig_.bundle_name();
70 PROFILER_LOG_INFO(LOG_CORE, "bundleName is %s,messagetype is %d", bundleName.c_str(), messageType);
74 if (bundleName.empty()) {
78 // check bundleName
79 int32_t uid = COMMON::GetPackageUid(bundleName);
81 PROFILER_LOG_ERROR(LOG_CORE, "the bundle name %s is not supported", bundleName.c_str());
87 bool isExsit = COMMON::IsProcessExist(bundleName, processId);
89 PROFILER_LOG_ERROR(LOG_CORE, "%s:the process %s does not exist.", __func__, bundleName.c_str());
95 if (!StartPowerManager(messageType, bundleName)) {
103 bool XpowerPlugin::StartPowerManager(std::uint32_t messageType, std::string &bundleName)
119 config_.packageName = bundleName;