Lines Matching defs:propValue
96 static int32_t TestPropSet(const char *propName, const char *propValue)
103 if (!HdfSbufWriteString(g_data, propValue)) {
104 HDF_LOGE("%{public}s:failed to write propValue : %{public}s", __func__, propValue);
115 static int32_t TestPropRegist(const char *propName, const char *propValue)
128 if (!HdfSbufWriteString(g_data, propValue)) {
129 HDF_LOGE("%{public}s:failed to write propValue : %{public}s", __func__, propValue);
149 const char *propValue = NULL;
158 propValue = argv[0x3];
167 propValue = argv[0x3];
186 ret = TestPropSet(propName, propValue);
188 ret = TestPropRegist(propName, propValue);