Searched refs:cameraConnectionType (Results 1 – 5 of 5) sorted by relevance
327 uint8_t cameraConnectionType = 0; in DealCameraConnectionType() local335 cameraConnectionType = cameraConnectionTypeMap[std::string(nodeValue)]; in DealCameraConnectionType()336 CAMERA_LOGD("cameraConnectionType = %{public}d", cameraConnectionType); in DealCameraConnectionType()338 …ta->addEntry(OHOS_ABILITY_CAMERA_CONNECTION_TYPE, static_cast<const void *>(&cameraConnectionType), in DealCameraConnectionType()339 sizeof(cameraConnectionType)); in DealCameraConnectionType()
102 uint8_t cameraConnectionType = *(connectEntry.data.u8); in GetCameraMetadata() local103 if (static_cast<int>(cameraConnectionType) == OHOS_CAMERA_CONNECTION_TYPE_USB_PLUGIN) { in GetCameraMetadata()
1096 uint8_t cameraConnectionType; in GetCameraConnectionType() local1104 cameraConnectionType= *(entry.data.u8); in GetCameraConnectionType()1105 CAMERA_LOGD("demo test: cameraConnectionType %{public}d\n", cameraConnectionType); in GetCameraConnectionType()
1104 uint8_t cameraConnectionType; in GetCameraConnectionType() local1112 cameraConnectionType= *(entry.data.u8); in GetCameraConnectionType()1113 CAMERA_LOGD("demo test: cameraConnectionType %{public}d\n", cameraConnectionType); in GetCameraConnectionType()
1045 uint8_t cameraConnectionType; in GetCameraConnectionType() local1053 cameraConnectionType= *(entry.data.u8); in GetCameraConnectionType()1054 DHLOGI("demo test: cameraConnectionType %{public}d", cameraConnectionType); in GetCameraConnectionType()