Lines Matching defs:value
43 const std::string value = "valueTest";
44 std::string str = GetAnonyString(value);
57 const std::string value = "va";
58 std::string str = GetAnonyString(value);
71 const std::string value = "ohos.distributedhardware.devicemanager.resident";
72 std::string str = GetAnonyString(value);
85 const int32_t value = 1;
86 std::string str = GetAnonyInt32(value);
99 const int32_t value = 12;
100 std::string str = GetAnonyInt32(value);
113 const int32_t value = 123456;
114 std::string str = GetAnonyInt32(value);