Home
last modified time | relevance | path

Searched refs:nodeObj (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/xcomponent_controller/
H A Dxcomponent_controller.cpp54 auto nodeObj = nodeRef->ToObject(vm); in SetSurfaceCallbackMode() local
55 …panda::Local<panda::JSValueRef> nodePtr = nodeObj->Get(vm, panda::StringRef::NewFromUtf8(vm, NODEP… in SetSurfaceCallbackMode()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp714 cJSON* nodeObj = cJSON_GetObjectItemCaseSensitive(rootValue, rootNode.c_str()); in GetFormatObj() local
715 if (nodeObj == nullptr || !cJSON_IsObject(nodeObj)) { in GetFormatObj()
719 cJSON* resObj = cJSON_GetObjectItemCaseSensitive(nodeObj, "Resolution"); in GetFormatObj()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp550 cJSON* nodeObj = cJSON_GetObjectItemCaseSensitive(rootValue, rootNode.c_str()); in GetFormatObj() local
551 if (nodeObj == nullptr || !cJSON_IsObject(nodeObj)) { in GetFormatObj()
554 cJSON* resObj = cJSON_GetObjectItemCaseSensitive(nodeObj, "Resolution"); in GetFormatObj()
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dtext_gen.cpp625 for (auto nodeObj : subClass) { in OutputTemplateImpl() local
626 … std::shared_ptr<AstObject> obj = std::shared_ptr<AstObject>(nodeObj, [](auto p) { (void)p; }); in OutputTemplateImpl()