Lines Matching refs:idStr
157 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = { '\0' };
159 …if (OH_NativeXComponent_GetXComponentId(nativeXComponent, idStr, &idSize) != OH_NATIVEXCOMPONENT_R…
165 std::string id(idStr);
255 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = { '\0' };
257 …if (OH_NativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NativeXComponent_RESULT_S…
264 std::string id(idStr);
282 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = { '\0' };
284 …if (OH_NativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NativeXComponent_RESULT_S…
290 std::string id(idStr);
303 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = { '\0' };
305 …if (OH_NativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NativeXComponent_RESULT_S…
311 std::string id(idStr);
321 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = { '\0' };
323 …if (OH_NativeXComponent_GetXComponentId(component, idStr, &idSize) != OH_NativeXComponent_RESULT_S…
329 std::string id(idStr);
341 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {};
343 ret = OH_NativeXComponent_GetXComponentId(component, idStr, &idSize);
348 std::string id(idStr);
360 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {};
362 ret = OH_NativeXComponent_GetXComponentId(component, idStr, &idSize);
367 std::string id(idStr);
379 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {};
381 ret = OH_NativeXComponent_GetXComponentId(component, idStr, &idSize);
386 std::string id(idStr);
398 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {};
400 ret = OH_NativeXComponent_GetXComponentId(component, idStr, &idSize);
405 std::string id(idStr);
417 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {};
419 ret = OH_NativeXComponent_GetXComponentId(component, idStr, &idSize);
423 std::string id(idStr);
435 std::string id(idStr);
464 std::string id(idStr);
604 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = { '\0' };
606 …if (OH_NativeXComponent_GetXComponentId(NativeXComponent, idStr, &idSize) != OH_NativeXComponent_R…
612 std::string id(idStr);