Lines Matching defs:propValue
104 static int32_t TestPropSet(const char *propName, const char *propValue)
111 if (!HdfSbufWriteString(g_data, propValue)) {
112 HDF_LOGE("%{public}s:failed to write propValue : %{public}s", __func__, propValue);
123 static int32_t TestPropRegist(const char *propName, const char *propValue)
136 if (!HdfSbufWriteString(g_data, propValue)) {
137 HDF_LOGE("%{public}s:failed to write propValue : %{public}s", __func__, propValue);
154 static int32_t TestProp(const char *propName, const char *propValue, bool setProp, bool getProp, bool registProp)
163 ret = TestPropSet(propName, propValue);
165 ret = TestPropRegist(propName, propValue);
175 const char *propValue = NULL;
184 propValue = argv[0x3];
193 propValue = argv[0x3];
203 return TestProp(propName, propValue, setProp, getProp, registProp);