Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/utils/include/
H A Dbundle_active_util.h33 static int32_t StringToInt32(const std::string& str);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_service.cpp764 int32_t userId = BundleActiveUtil::StringToInt32(dumpOption[4]); in DumpEvents()
780 int32_t intervalType = ConvertIntervalType(BundleActiveUtil::StringToInt32(dumpOption[2])); in DumpPackageUsage()
783 int32_t userId = BundleActiveUtil::StringToInt32(dumpOption[5]); in DumpPackageUsage()
800 int32_t maxNum = BundleActiveUtil::StringToInt32(dumpOption[2]); in DumpModuleUsage()
801 int32_t userId = BundleActiveUtil::StringToInt32(dumpOption[3]); in DumpModuleUsage()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/utils/src/
H A Dbundle_active_util.cpp79 int32_t BundleActiveUtil::StringToInt32(const std::string& str) in StringToInt32() function in OHOS::DeviceUsageStats::BundleActiveUtil