Lines Matching refs:string
28 #include <string>
41 void SetBundleName(const std::string &bundleName);
42 void SetAbilityName(const std::string &abilityName);
44 void SetComponmentName(const std::string &componmentName);
48 std::string GetBundleName();
49 std::string GetAbilityName();
50 std::string GetComponmentName();
51 std::string GetComponmentInputedTimes();
52 std::string GetComponmentTotals();
59 std::string InputTypeToString();
61 std::string bundleName_;
62 std::string abilityName_;
64 std::string componmentName_;